Class JSReadFrameSlotNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.JavaScriptNode
com.oracle.truffle.js.nodes.access.FrameSlotNode
com.oracle.truffle.js.nodes.access.JSReadFrameSlotNode
- All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, ReadNode, RepeatableNode, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class FrameSlotNode
FrameSlotNode.WithDescriptorNested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.ChildrenNested classes/interfaces inherited from interface com.oracle.truffle.api.instrumentation.InstrumentableNode
com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode -
Field Summary
FieldsFields inherited from class FrameSlotNode
identifier, slotFields inherited from class JavaScriptNode
INTERMEDIATE_VALUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJSReadFrameSlotNode(int slot, Object identifier, boolean hasTemporalDeadZone) -
Method Summary
Modifier and TypeMethodDescriptionstatic JSReadFrameSlotNodecreate(com.oracle.truffle.api.frame.FrameDescriptor desc, int slotIndex) static JSReadFrameSlotNodecreate(JSFrameSlot slot) static JSReadFrameSlotNodecreate(JSFrameSlot slot, boolean hasTemporalDeadZone) static JSReadFrameSlotNodecreate(JSFrameSlot slot, ScopeFrameNode levelFrameNode, boolean hasTemporalDeadZone) booleanfinal booleanMethods inherited from class FrameSlotNode
getIdentifier, getLevelFrameNode, getSlotIndex, isIllegalMethods inherited from class JavaScriptNode
addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, copyUninitialized, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeVoid, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsMethods inherited from class JavaScriptBaseNode
getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, reportLoopCount, reportLoopCountMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, reportReplaceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.oracle.truffle.api.instrumentation.InstrumentableNode
createProbe, findNearestNodeAt, findNearestNodeAt, findProbe, materializeInstrumentableNodes
-
Field Details
-
hasTemporalDeadZone
protected final boolean hasTemporalDeadZone
-
-
Constructor Details
-
JSReadFrameSlotNode
-
-
Method Details
-
create
-
create
public static JSReadFrameSlotNode create(JSFrameSlot slot, ScopeFrameNode levelFrameNode, boolean hasTemporalDeadZone) -
create
-
create
public static JSReadFrameSlotNode create(com.oracle.truffle.api.frame.FrameDescriptor desc, int slotIndex) -
hasTag
- Specified by:
hasTagin interfacecom.oracle.truffle.api.instrumentation.InstrumentableNode- Overrides:
hasTagin classJavaScriptNode
-
getNodeObject
- Specified by:
getNodeObjectin interfacecom.oracle.truffle.api.instrumentation.InstrumentableNode
-
expressionToString
- Overrides:
expressionToStringin classJavaScriptNode
-
hasTemporalDeadZone
public final boolean hasTemporalDeadZone()- Overrides:
hasTemporalDeadZonein classFrameSlotNode
-