Home
last modified time | relevance | path

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

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