Home
last modified time | relevance | path

Searched refs:HasOwn (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h55 V("hasOwn", HasOwn, 2, INVALID) \
170 static JSTaggedValue HasOwn(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_object.cpp1157 JSTaggedValue BuiltinsObject::HasOwn(EcmaRuntimeCallInfo *argv) in HasOwn() function in panda::ecmascript::builtins::BuiltinsObject
1161 BUILTINS_API_TRACE(thread, Object, HasOwn); in HasOwn()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp951 HWTEST_F_L0(BuiltinsObjectTest, HasOwn) in HWTEST_F_L0()
968 JSTaggedValue result = BuiltinsObject::HasOwn(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h671 V(Object, HasOwn) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp302 reinterpret_cast<uintptr_t>(Object::HasOwn),

Completed in 8 milliseconds