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
19 let arr = createArray(10);
20 let a1 = createArray(23.2);
21 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.cpp1269 Label createArray(env); in CreateEmptyArray() local
1276 Jump(&createArray); in CreateEmptyArray()
1281 Jump(&createArray); in CreateEmptyArray()
1283 Bind(&createArray); in CreateEmptyArray()
1309 Label createArray(env); in CreateArrayWithBuffer() local
1316 Jump(&createArray); in CreateArrayWithBuffer()
1321 Jump(&createArray); in CreateArrayWithBuffer()
1323 Bind(&createArray); in CreateArrayWithBuffer()