Class JSTags
java.lang.Object
com.oracle.truffle.js.nodes.instrumentation.JSTags
Runtime profiling Tags provided by Graal.js.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBinary expressions, including Additive operations, Multiplicative operations, Bitwise operations, and more.static final classBuiltin Objects Calls.static final classControl flow block node.static final classControl flow branch node.static final classControl flow root nodes.static final classVariable declaration node.static final classEval.static final classFunction Calls.static final classInput generating node.static final classLiterals.static final classThenewoperator and literal allocations.static final classProperty Accessors performed using the[ ]expression.static final classProperty Accessors performed using the "." notation.static final classPrimary expressions reading local variables.static final classUnary expressions.static final classAssignment operations to object properties using the[ ]expression.static final classAssignment operations to object properties using the "." notation.static final classAssignment expressions to local variables. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeObjectDescriptorstatic NodeObjectDescriptorcreateNodeObjectDescriptor(String name, Object value)
-
Field Details
-
ALL
-
-
Method Details
-
createNodeObjectDescriptor
-
createNodeObjectDescriptor
-