Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp247 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp421 Label ecmaObj(env); in SubArray() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp468 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
Djs_api_lightweightmap.cpp470 JSHandle<ECMAObject> ecmaObj(thread, key); in Hash() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp172 Label ecmaObj(env); in ToString() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp305 auto ecmaObj = ECMAObject::Cast(tagged->GetTaggedObject()); in GetObjectHash() local