Searched defs:HasOwnProperty (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_object.cpp | 770 JSTaggedValue BuiltinsObject::HasOwnProperty(EcmaRuntimeCallInfo *argv) in HasOwnProperty() function in panda::ecmascript::builtins::BuiltinsObject
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_fast_operator-inl.h | 59 std::pair<JSTaggedValue, bool> ObjectFastOperator::HasOwnProperty(JSThread *thread, in HasOwnProperty() function in panda::ecmascript::ObjectFastOperator
|
| H A D | js_tagged_value.cpp | 1370 bool JSTaggedValue::HasOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasOwnProperty() function in panda::ecmascript::JSTaggedValue
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 642 void BuiltinsObjectStubBuilder::HasOwnProperty(Variable *result, Label *exit, Label *slowPath)
in HasOwnProperty() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder 648 void BuiltinsObjectStubBuilder::HasOwnProperty(Variable *result, Label *exit, Label *slowPath, GateRef thisValue,
in HasOwnProperty() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 2864 bool ObjectRef::HasOwnProperty(const EcmaVM *vm, Local<JSValueRef> key) in HasOwnProperty() function in panda::ObjectRef
|
Completed in 23 milliseconds