public abstract static class ObjectFunctionBuiltins.ObjectValuesOrEntriesNode extends ObjectPrototypeBuiltins.ObjectOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.Inlined| Modifier and Type | Field and Description |
|---|---|
protected boolean |
entries |
ARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
ObjectValuesOrEntriesNode(JSContext context,
JSBuiltin builtin,
boolean entries) |
| Modifier and Type | Method and Description |
|---|---|
protected UnmodifiableArrayList<? extends Object> |
enumerableOwnPropertyNames(Object obj) |
protected abstract JSDynamicObject |
executeEvaluated(Object obj) |
protected JSDynamicObject |
valuesOrEntriesForeign(Object thisObj) |
protected JSDynamicObject |
valuesOrEntriesGeneric(Object obj,
ObjectFunctionBuiltins.ObjectValuesOrEntriesNode recursive) |
protected JSDynamicObject |
valuesOrEntriesJSObject(JSDynamicObject obj) |
asJSObject, createTypeErrorCalledOnNonObject, toJSObject, toObject, toOrAsJSObjectcopyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected abstract JSDynamicObject executeEvaluated(Object obj)
protected JSDynamicObject valuesOrEntriesJSObject(JSDynamicObject obj)
protected UnmodifiableArrayList<? extends Object> enumerableOwnPropertyNames(Object obj)
protected JSDynamicObject valuesOrEntriesForeign(Object thisObj)
protected JSDynamicObject valuesOrEntriesGeneric(Object obj, ObjectFunctionBuiltins.ObjectValuesOrEntriesNode recursive)