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