Class JSTags.ReadElementTag

java.lang.Object
com.oracle.truffle.api.instrumentation.Tag
com.oracle.truffle.js.nodes.instrumentation.JSTags.ReadElementTag
Enclosing class:
JSTags

public static final class JSTags.ReadElementTag extends com.oracle.truffle.api.instrumentation.Tag
Property Accessors performed using the [ ] expression. Marks all code locations that read a property from an object using the [ ] expression.

Intermediate values typically provided to property reads are:

  • #0 Receiver The object from which the property will be read.
  • #1 Key The property key to be read.

  • Nested Class Summary

    Nested classes/interfaces inherited from class com.oracle.truffle.api.instrumentation.Tag

    com.oracle.truffle.api.instrumentation.Tag.Identifier
  • Method Summary

    Methods inherited from class com.oracle.truffle.api.instrumentation.Tag

    findProvidedTag, getIdentifier

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait