Home
last modified time | relevance | path

Searched refs:createArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dfunctionapply.js16 function createArray(len) { function
20 let arr = createArray(10);
21 let a1 = createArray(23.2);
22 let a2 = createArray();
/arkcompiler/ets_runtime/test/aottest/await_loop/
Dawait_loop.ts34 function createArray() { function
39 let a:Array<number> = createArray();
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2006 Label createArray(env); in CreateEmptyArray() local
2018 Jump(&createArray); in CreateEmptyArray()
2023 Jump(&createArray); in CreateEmptyArray()
2025 Bind(&createArray); in CreateEmptyArray()
2051 Label createArray(env); in CreateArrayWithBuffer() local
2062 Jump(&createArray); in CreateArrayWithBuffer()
2067 Jump(&createArray); in CreateArrayWithBuffer()
2069 Bind(&createArray); in CreateArrayWithBuffer()