public abstract static class ConstructorBuiltins.ConstructObjectNode extends ConstructorBuiltins.ConstructWithNewTargetNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedisNewTargetCaseINTERMEDIATE_VALUE| Constructor and Description |
|---|
ConstructObjectNode(JSContext context,
JSBuiltin builtin,
boolean isNewTargetCase) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
arg0NullOrUndefined(Object[] args) |
protected com.oracle.truffle.api.object.DynamicObject |
constructObject0(com.oracle.truffle.api.object.DynamicObject newTarget,
Object[] arguments) |
protected Object |
constructObjectJSObject(com.oracle.truffle.api.object.DynamicObject newTarget,
Object[] arguments,
JSToObjectNode toObjectNode,
com.oracle.truffle.api.interop.InteropLibrary interop,
com.oracle.truffle.api.profiles.ConditionProfile isNull) |
protected com.oracle.truffle.api.object.DynamicObject |
constructObjectNewTarget(com.oracle.truffle.api.object.DynamicObject newTarget,
Object[] arguments) |
protected com.oracle.truffle.api.object.DynamicObject |
constructObjectNullOrUndefined(com.oracle.truffle.api.object.DynamicObject newTarget,
Object[] arguments) |
protected static Object |
firstArgument(Object[] arguments) |
protected com.oracle.truffle.api.object.DynamicObject |
getIntrinsicDefaultProto(JSRealm realm) |
getRealmFromNewTarget, setPrototypeFromNewTarget, swapPrototypecopyUninitialized, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected static boolean arg0NullOrUndefined(Object[] args)
protected com.oracle.truffle.api.object.DynamicObject constructObjectNewTarget(com.oracle.truffle.api.object.DynamicObject newTarget,
Object[] arguments)
protected com.oracle.truffle.api.object.DynamicObject constructObject0(com.oracle.truffle.api.object.DynamicObject newTarget,
Object[] arguments)
protected Object constructObjectJSObject(com.oracle.truffle.api.object.DynamicObject newTarget, Object[] arguments, JSToObjectNode toObjectNode, com.oracle.truffle.api.interop.InteropLibrary interop, com.oracle.truffle.api.profiles.ConditionProfile isNull)
protected com.oracle.truffle.api.object.DynamicObject constructObjectNullOrUndefined(com.oracle.truffle.api.object.DynamicObject newTarget,
Object[] arguments)
protected com.oracle.truffle.api.object.DynamicObject getIntrinsicDefaultProto(JSRealm realm)
getIntrinsicDefaultProto in class ConstructorBuiltins.ConstructWithNewTargetNode