public abstract class ConstructorResultNode extends JavaScriptNode
| Modifier and Type | Field and Description |
|---|---|
protected JavaScriptNode |
bodyNode |
INTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
ConstructorResultNode(boolean derived,
JavaScriptNode bodyNode,
JavaScriptNode thisNode) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
constructorBodyReturnValue(com.oracle.truffle.api.frame.VirtualFrame frame,
Object result,
IsObjectNode isObjectNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile isObject,
com.oracle.truffle.api.profiles.InlinedConditionProfile isNotUndefined) |
protected JavaScriptNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
static JavaScriptNode |
createBase(JavaScriptNode bodyNode,
JavaScriptNode thisNode) |
static JavaScriptNode |
createDerived(JavaScriptNode bodyNode,
JavaScriptNode thisNode) |
addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, hasTag, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected JavaScriptNode bodyNode
protected ConstructorResultNode(boolean derived,
JavaScriptNode bodyNode,
JavaScriptNode thisNode)
public static JavaScriptNode createBase(JavaScriptNode bodyNode, JavaScriptNode thisNode)
public static JavaScriptNode createDerived(JavaScriptNode bodyNode, JavaScriptNode thisNode)
protected final Object constructorBodyReturnValue(com.oracle.truffle.api.frame.VirtualFrame frame, Object result, IsObjectNode isObjectNode, com.oracle.truffle.api.profiles.InlinedConditionProfile isObject, com.oracle.truffle.api.profiles.InlinedConditionProfile isNotUndefined)
ConstructorRootNodeprotected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class JavaScriptNode