Class JSTags.WriteElementTag

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

public static final class JSTags.WriteElementTag extends com.oracle.truffle.api.instrumentation.Tag
Assignment operations to object properties using the [ ] expression. Marks all code locations that write an object property using the [ ] expression.

Intermediate values typically provided to property writes are:

  • #0 Receiver The object from which the property will be read.
  • #1 Key The property key to be read.
  • #2 Value The value that will be set.

  • 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 java.lang.Object

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