public abstract static class ObjectFunctionBuiltins.ObjectValuesOrEntriesNode extends ObjectPrototypeBuiltins.ObjectOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.Inlined| Modifier and Type | Field and Description |
|---|---|
protected boolean |
entries |
INTERMEDIATE_VALUE| Constructor and Description |
|---|
ObjectValuesOrEntriesNode(JSContext context,
JSBuiltin builtin,
boolean entries) |
| Modifier and Type | Method and Description |
|---|---|
protected UnmodifiableArrayList<? extends Object> |
enumerableOwnPropertyNames(com.oracle.truffle.api.object.DynamicObject obj) |
protected com.oracle.truffle.api.object.DynamicObject |
enumerableOwnPropertyNamesForeign(Object thisObj,
com.oracle.truffle.api.interop.InteropLibrary interop,
com.oracle.truffle.api.interop.InteropLibrary members,
ImportValueNode importValue,
com.oracle.truffle.api.profiles.BranchProfile growProfile,
com.oracle.truffle.api.profiles.BranchProfile errorBranch) |
protected abstract com.oracle.truffle.api.object.DynamicObject |
executeEvaluated(Object obj) |
protected com.oracle.truffle.api.object.DynamicObject |
valuesOrEntriesGeneric(Object obj,
ObjectFunctionBuiltins.ObjectValuesOrEntriesNode recursive) |
protected com.oracle.truffle.api.object.DynamicObject |
valuesOrEntriesJSObject(com.oracle.truffle.api.object.DynamicObject obj,
com.oracle.truffle.api.profiles.ConditionProfile lengthZero) |
asJSObject, createTypeErrorCalledOnNonObject, toJSObject, toObject, toOrAsJSObjectcopyUninitialized, countsTowardsStackTraceLimit, 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, transferSourceSectionAndTagsgetLanguage, getRealmaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected abstract com.oracle.truffle.api.object.DynamicObject executeEvaluated(Object obj)
protected com.oracle.truffle.api.object.DynamicObject valuesOrEntriesJSObject(com.oracle.truffle.api.object.DynamicObject obj,
com.oracle.truffle.api.profiles.ConditionProfile lengthZero)
protected UnmodifiableArrayList<? extends Object> enumerableOwnPropertyNames(com.oracle.truffle.api.object.DynamicObject obj)
protected com.oracle.truffle.api.object.DynamicObject enumerableOwnPropertyNamesForeign(Object thisObj, com.oracle.truffle.api.interop.InteropLibrary interop, com.oracle.truffle.api.interop.InteropLibrary members, ImportValueNode importValue, com.oracle.truffle.api.profiles.BranchProfile growProfile, com.oracle.truffle.api.profiles.BranchProfile errorBranch)
protected com.oracle.truffle.api.object.DynamicObject valuesOrEntriesGeneric(Object obj, ObjectFunctionBuiltins.ObjectValuesOrEntriesNode recursive)