Searched defs:HasOwnProperty (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 60 std::pair<JSTaggedValue, bool> ObjectFastOperator::HasOwnProperty(JSThread *thread, in HasOwnProperty() function
|
| D | js_tagged_value.cpp | 1455 bool JSTaggedValue::HasOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasOwnProperty() function in panda::ecmascript::JSTaggedValue
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 770 JSTaggedValue BuiltinsObject::HasOwnProperty(EcmaRuntimeCallInfo *argv) in HasOwnProperty() function in panda::ecmascript::builtins::BuiltinsObject
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 708 HWTEST_F_L0(BuiltinsObjectTest, HasOwnProperty) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 493 void BuiltinsObjectStubBuilder::HasOwnProperty(Variable *result, Label *exit, Label *slowPath) in HasOwnProperty() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder 499 void BuiltinsObjectStubBuilder::HasOwnProperty(Variable *result, Label *exit, Label *slowPath, Gate… in HasOwnProperty() function in panda::ecmascript::kungfu::BuiltinsObjectStubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 378 HWTEST_F_L0(JSObjectTest, HasOwnProperty) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 3093 bool ObjectRef::HasOwnProperty(const EcmaVM *vm, Local<JSValueRef> key) in HasOwnProperty() function in panda::ObjectRef
|