public abstract static class ObjectPrototypeBuiltins.ObjectPrototypeHasOwnPropertyNode extends ObjectPrototypeBuiltins.ObjectOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedINTERMEDIATE_VALUE| Constructor and Description |
|---|
ObjectPrototypeHasOwnPropertyNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doJSObjectAnyKey(com.oracle.truffle.api.object.DynamicObject thisObj,
Object propName) |
protected boolean |
doJSObjectIntKey(com.oracle.truffle.api.object.DynamicObject thisObj,
int index) |
protected boolean |
doJSObjectStringKey(com.oracle.truffle.api.object.DynamicObject thisObj,
String propertyName) |
JSHasPropertyNode |
getHasOwnPropertyNode() |
protected JSToPropertyKeyNode |
getToPropertyKeyNode() |
protected boolean |
hasOwnPropertyBigInt(BigInt thisObj,
Object propName) |
protected boolean |
hasOwnPropertyForeign(Object thisObj,
Object propName) |
protected boolean |
hasOwnPropertyLazyString(JSLazyString thisObj,
Object propName) |
protected boolean |
hasOwnPropertyNullOrUndefined(com.oracle.truffle.api.object.DynamicObject thisObj,
Object propName) |
protected boolean |
hasOwnPropertyPrimitive(Object thisObj,
Object propName) |
protected boolean |
hasOwnPropertySafeInteger(SafeInteger thisObj,
Object propName) |
protected boolean |
hasOwnPropertySymbol(Symbol thisObj,
Object propName) |
asJSObject, createTypeErrorCalledOnNonObject, toJSObject, toObject, toOrAsJSObjectcopyUninitialized, 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 boolean doJSObjectStringKey(com.oracle.truffle.api.object.DynamicObject thisObj,
String propertyName)
protected boolean doJSObjectIntKey(com.oracle.truffle.api.object.DynamicObject thisObj,
int index)
protected boolean doJSObjectAnyKey(com.oracle.truffle.api.object.DynamicObject thisObj,
Object propName)
protected boolean hasOwnPropertyNullOrUndefined(com.oracle.truffle.api.object.DynamicObject thisObj,
Object propName)
protected boolean hasOwnPropertyLazyString(JSLazyString thisObj, Object propName)
protected boolean hasOwnPropertySafeInteger(SafeInteger thisObj, Object propName)
public JSHasPropertyNode getHasOwnPropertyNode()
protected JSToPropertyKeyNode getToPropertyKeyNode()