public abstract static class ObjectPrototypeBuiltins.ObjectPrototypeHasOwnPropertyNode extends ObjectPrototypeBuiltins.ObjectOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
ObjectPrototypeHasOwnPropertyNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doJSObjectAnyKey(JSObject thisObj,
Object propName) |
protected boolean |
doJSObjectIntKey(JSObject thisObj,
int index) |
protected boolean |
doJSObjectTStringKey(JSObject thisObj,
com.oracle.truffle.api.strings.TruffleString propertyName) |
JSHasPropertyNode |
getHasOwnPropertyNode() |
protected JSToPropertyKeyNode |
getToPropertyKeyNode() |
protected boolean |
hasOwnPropertyBigInt(BigInt thisObj,
Object propName) |
protected boolean |
hasOwnPropertyForeign(Object thisObj,
Object propName) |
protected boolean |
hasOwnPropertyNullOrUndefined(Object thisObj,
Object propName) |
protected boolean |
hasOwnPropertyPrimitive(Object thisObj,
Object propName) |
protected boolean |
hasOwnPropertySafeInteger(SafeInteger thisObj,
Object propName) |
protected boolean |
hasOwnPropertySymbol(Symbol thisObj,
Object propName) |
protected boolean |
hasOwnPropertyTString(com.oracle.truffle.api.strings.TruffleString thisObj,
Object propName) |
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 boolean doJSObjectTStringKey(JSObject thisObj, com.oracle.truffle.api.strings.TruffleString propertyName)
protected boolean doJSObjectIntKey(JSObject thisObj, int index)
protected boolean hasOwnPropertyNullOrUndefined(Object thisObj, Object propName)
protected boolean hasOwnPropertyTString(com.oracle.truffle.api.strings.TruffleString thisObj,
Object propName)
protected boolean hasOwnPropertySafeInteger(SafeInteger thisObj, Object propName)
public JSHasPropertyNode getHasOwnPropertyNode()
protected JSToPropertyKeyNode getToPropertyKeyNode()