Home
last modified time | relevance | path

Searched refs:testInt32Array (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/builtin_constructor/
Dbuiltin_constructor.ts59 function testInt32Array() { function
92 testInt32Array();
115 if(ArkTools.isAOTCompiled(testInt32Array)) Int32Array = C;
136 testInt32Array();
/arkcompiler/ets_runtime/test/jittest/builtin_constructor/
Dbuiltin_constructor.ts59 function testInt32Array() { function
92 testInt32Array();
114 ArkTools.jitCompileAsync(testInt32Array);
135 print(ArkTools.waitJitCompileFinish(testInt32Array));
178 testInt32Array();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_transfer/ts_to_ets/
Dtest_transfer.ts134 function testInt32Array(): void { function
217 testInt32Array();
/arkcompiler/ets_runtime/test/aottest/typedarrayfill/
Dexpect_output.txt20 testInt32Array - success
Dtypedarrayfill.ts190 function testInt32Array() { function
341 testInt32Array();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DTypedArrayReflectSetTest.ets73 function testInt32Array() {
242 myTestsuite.addTest("testInt32Array", testInt32Array);