Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/builtin_constructor/
Dbuiltin_constructor.ts53 function testInt16Array() { function
90 testInt16Array();
113 if(ArkTools.isAOTCompiled(testInt16Array)) Int16Array = C;
134 testInt16Array();
/arkcompiler/ets_runtime/test/jittest/builtin_constructor/
Dbuiltin_constructor.ts53 function testInt16Array() { function
90 testInt16Array();
112 ArkTools.jitCompileAsync(testInt16Array);
133 print(ArkTools.waitJitCompileFinish(testInt16Array));
176 testInt16Array();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_transfer/ts_to_ets/
Dtest_transfer.ts118 function testInt16Array(): void { function
215 testInt16Array();
/arkcompiler/ets_runtime/test/aottest/typedarrayfill/
Dexpect_output.txt18 testInt16Array - success
Dtypedarrayfill.ts132 function testInt16Array() { function
339 testInt16Array();
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DTypedArrayReflectSetTest.ets46 function testInt16Array() {
241 myTestsuite.addTest("testInt16Array", testInt16Array);