public static class PromiseReactionJobNode.PromiseReactionJobRootNode extends JavaScriptRootNode implements com.oracle.truffle.api.instrumentation.InstrumentableNode
MODULE_DUMMY_FRAMEDESCRIPTOR| Modifier and Type | Method and Description |
|---|---|
com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode |
createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode probe) |
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
protected List<com.oracle.truffle.api.TruffleStackTraceElement> |
findAsynchronousFrames(com.oracle.truffle.api.frame.Frame frame) |
boolean |
hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag) |
boolean |
isCaptureFramesForTrace() |
boolean |
isInstrumentable() |
countsTowardsStackTraceLimit, findAsynchronousFrames, getLanguage, getRealm, getSourceSection, isFunction, isInternal, isResumptioncloneUninitialized, computeSize, copy, createConstantNode, getCallTarget, getFrameDescriptor, getName, getParentFrameDescriptor, getQualifiedName, isCloneUninitializedSupported, isCloningAllowed, isSameFrame, isTrivial, prepareForAOT, translateStackTraceElementgetLanguage, getLanguageInfoaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic Object execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class com.oracle.truffle.api.nodes.RootNodepublic boolean isCaptureFramesForTrace()
isCaptureFramesForTrace in class JavaScriptRootNodeprotected List<com.oracle.truffle.api.TruffleStackTraceElement> findAsynchronousFrames(com.oracle.truffle.api.frame.Frame frame)
findAsynchronousFrames in class com.oracle.truffle.api.nodes.RootNodepublic boolean hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag)
hasTag in interface com.oracle.truffle.api.instrumentation.InstrumentableNodepublic boolean isInstrumentable()
isInstrumentable in interface com.oracle.truffle.api.instrumentation.InstrumentableNodeisInstrumentable in class com.oracle.truffle.api.nodes.RootNodepublic com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode probe)
createWrapper in interface com.oracle.truffle.api.instrumentation.InstrumentableNode