Class JSTags.ReadPropertyTag

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

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

Intermediate values typically provided to property reads are:

  • #0 Receiver The object from which the property will be read.
Tagged nodes provide the following metadata:
  • keyThe unique name of 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