Class JSTags.EvalCallTag

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

public static final class JSTags.EvalCallTag extends com.oracle.truffle.api.instrumentation.Tag
Eval. Marks all code locations that call the eval built-in operation.

One intermediate value is provided to the builtin call:

  • #0 Source The String to be executed.

  • 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