Home
last modified time | relevance | path

Searched defs:arrHandle (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp901 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in CallInternal() local
952 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp684 GateRef arrHandle = CallRuntime(glue, RTSTUB_ID(CreateArrayFromList), argc, argv); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1939 JSHandle<JSArray> arrHandle = JSArray::CreateArrayFromList(thread, taggedArray); in CreateArrayFromList() local