Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/builtin_constructor/
Dbuiltin_constructor.ts44 function testInt8Array() { function
87 testInt8Array();
110 if(ArkTools.isAOTCompiled(testInt8Array)) Int8Array = C;
131 testInt8Array();
/arkcompiler/ets_runtime/test/jittest/builtin_constructor/
Dbuiltin_constructor.ts44 function testInt8Array() { function
87 testInt8Array();
109 ArkTools.jitCompileAsync(testInt8Array);
130 print(ArkTools.waitJitCompileFinish(testInt8Array));
173 testInt8Array();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_transfer/ts_to_ets/
Dtest_transfer.ts92 function testInt8Array(): void { function
212 testInt8Array();
/arkcompiler/ets_runtime/test/aottest/typedarrayfill/
Dexpect_output.txt16 testInt8Array - success
Dtypedarrayfill.ts74 function testInt8Array() { function
337 testInt8Array();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DTypedArrayReflectSetTest.ets16 function testInt8Array() {
240 myTestsuite.addTest("testInt8Array", testInt8Array);