Home
last modified time | relevance | path

Searched defs:createArray (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/await_loop/
Dawait_loop.ts34 function createArray() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/function_overload/ts_to_ets/
Dfunction_overload.ts31 export function createArray<T>(value: T, length: number): T[]; function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/eworker/ts_to_ets/
Deworker_helpers.ts31 export function createArray<T>(value: T, length: number): T[]; function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/taskpool/ts_to_ets/
Dtaskpool_helpers.ts31 export function createArray<T>(value: T, length: number): T[]; function
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dfunctionapply.js16 function createArray(len) { function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2283 Label createArray(env); in CreateEmptyArray() local
2328 Label createArray(env); in CreateArrayWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp5027 Label createArray(env); in FastCreateArrayWithArgv() local