public abstract class JavaScriptRealmBoundaryRootNode extends JavaScriptRootNode
| Modifier | Constructor and Description |
|---|---|
protected |
JavaScriptRealmBoundaryRootNode(JavaScriptLanguage lang,
com.oracle.truffle.api.source.SourceSection sourceSection,
com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
protected abstract Object |
executeInRealm(com.oracle.truffle.api.frame.VirtualFrame frame) |
protected abstract JSContext |
getContext() |
protected JSRealm |
getRealm() |
findAsynchronousFrames, getSourceSection, isCaptureFramesForTrace, isFunction, isInternal, isResumptioncloneUninitialized, copy, createConstantNode, findAsynchronousFrames, getCallTarget, getCompilerOptions, getFrameDescriptor, getName, getQualifiedName, isCloneUninitializedSupported, isCloningAllowed, isInstrumentable, isTrivial, prepareForAOT, setCallTarget, translateStackTraceElementgetLanguage, getLanguageInfoaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringprotected JavaScriptRealmBoundaryRootNode(JavaScriptLanguage lang, com.oracle.truffle.api.source.SourceSection sourceSection, com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor)
public final Object execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class com.oracle.truffle.api.nodes.RootNodeprotected abstract Object executeInRealm(com.oracle.truffle.api.frame.VirtualFrame frame)
protected abstract JSContext getContext()
protected JSRealm getRealm()