public abstract static class ObjectFunctionBuiltins.ObjectGetOwnPropertyNamesOrSymbolsNode extends ObjectPrototypeBuiltins.ObjectOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.Inlined| Modifier and Type | Field and Description |
|---|---|
protected boolean |
symbols |
ARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
ObjectGetOwnPropertyNamesOrSymbolsNode(JSContext context,
JSBuiltin builtin,
boolean symbols) |
| Modifier and Type | Method and Description |
|---|---|
protected JSDynamicObject |
getDefault(Object thisObj,
JSClassProfile jsclassProfile,
ListSizeNode listSize) |
protected JSDynamicObject |
getForeignObjectNames(Object thisObj,
EnumerableOwnPropertyNamesNode enumerableOwnPropertyNamesNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile hasElements) |
protected JSDynamicObject |
getForeignObjectSymbols(Object thisObj) |
protected JSDynamicObject |
getJSObject(JSDynamicObject thisObj,
JSClassProfile jsclassProfile,
ListSizeNode listSize) |
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 JSDynamicObject getJSObject(JSDynamicObject thisObj, JSClassProfile jsclassProfile, ListSizeNode listSize)
protected JSDynamicObject getDefault(Object thisObj, JSClassProfile jsclassProfile, ListSizeNode listSize)
protected JSDynamicObject getForeignObjectSymbols(Object thisObj)
protected JSDynamicObject getForeignObjectNames(Object thisObj, EnumerableOwnPropertyNamesNode enumerableOwnPropertyNamesNode, com.oracle.truffle.api.profiles.InlinedConditionProfile hasElements)