Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp444 Label ecmaObj(env); in Reverse() local
584 Label ecmaObj(env); in IndexOf() local
984 Label ecmaObj(env); in ReduceRight() local
1092 Label ecmaObj(env); in Reduce() local
1285 Label ecmaObj(env); in Some() local
1612 Label ecmaObj(env); in SubArray() local
1781 Label ecmaObj(env); in GetByteLength() local
2123 Label ecmaObj(env); in GetByteOffset() local
2150 Label ecmaObj(env); in Set() local
2256 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.cpp273 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp467 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
Djs_api_lightweightmap.cpp479 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp296 auto ecmaObj = ECMAObject::Cast(tagged->GetTaggedObject()); in GetObjectHash() local