public abstract static class ConstructorBuiltins.JSConstructIterableOperation extends ConstructorBuiltins.ConstructWithNewTargetNode
JSBuiltinNode.Inlineable, JSBuiltinNode.Inlined| Modifier and Type | Field and Description |
|---|---|
protected com.oracle.truffle.api.profiles.BranchProfile |
errorBranch |
isNewTargetCaseINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSConstructIterableOperation(JSContext context,
JSBuiltin builtin,
boolean isNewTargetCase) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
call(Object target,
Object function,
Object... userArguments) |
protected Object |
getAdderFn(com.oracle.truffle.api.object.DynamicObject obj,
String name) |
protected IteratorRecord |
getIterator(Object iterator) |
protected Object |
getIteratorValue(com.oracle.truffle.api.object.DynamicObject iteratorResult) |
protected void |
iteratorCloseAbrupt(com.oracle.truffle.api.object.DynamicObject iterator) |
protected Object |
iteratorStep(IteratorRecord iterator) |
getIntrinsicDefaultProto, 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 void iteratorCloseAbrupt(com.oracle.truffle.api.object.DynamicObject iterator)
protected IteratorRecord getIterator(Object iterator)
protected Object getIteratorValue(com.oracle.truffle.api.object.DynamicObject iteratorResult)
protected Object iteratorStep(IteratorRecord iterator)