Home
last modified time | relevance | path

Searched defs:ecmaObj (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp457 Label ecmaObj(env); in Reverse() local
597 Label ecmaObj(env); in IndexOf() local
997 Label ecmaObj(env); in ReduceRight() local
1102 Label ecmaObj(env); in Reduce() local
1293 Label ecmaObj(env); in Some() local
1620 Label ecmaObj(env); in SubArray() local
1789 Label ecmaObj(env); in GetByteLength() local
2131 Label ecmaObj(env); in GetByteOffset() local
2158 Label ecmaObj(env); in Set() local
2264 Label ecmaObj(env); in FindIndex() local
[all …]
Dbuiltins_object_stub_builder.cpp26 Label ecmaObj(env); in ToStringFunc() local
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp290 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp468 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
Djs_api_lightweightmap.cpp480 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp1669 JSHandle<ECMAObject> ecmaObj(thread_, ref.value_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp303 auto ecmaObj = ECMAObject::Cast(tagged->GetTaggedObject()); in GetObjectHash() local