public abstract static class CreateObjectNode.CreateObjectWithPrototypeNode extends CreateObjectNode
CreateObjectNode.CreateObjectWithCachedPrototypeNode, CreateObjectNode.CreateObjectWithPrototypeNode| Modifier and Type | Field and Description |
|---|---|
protected JavaScriptNode |
prototypeExpression |
context| Modifier | Constructor and Description |
|---|---|
protected |
CreateObjectWithPrototypeNode(JSContext context,
JavaScriptNode prototypeExpression) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CreateObjectNode.CreateObjectWithPrototypeNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
com.oracle.truffle.api.object.DynamicObject |
execute(com.oracle.truffle.api.object.DynamicObject prototype) |
abstract com.oracle.truffle.api.object.DynamicObject |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.object.DynamicObject prototype) |
create, createOrdinaryWithPrototype, createOrdinaryWithPrototype, createWithPrototype, executecopy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected JavaScriptNode prototypeExpression
protected CreateObjectWithPrototypeNode(JSContext context, JavaScriptNode prototypeExpression)
public abstract com.oracle.truffle.api.object.DynamicObject execute(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.object.DynamicObject prototype)
public final com.oracle.truffle.api.object.DynamicObject execute(com.oracle.truffle.api.object.DynamicObject prototype)
protected abstract CreateObjectNode.CreateObjectWithPrototypeNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class CreateObjectNode