Home
last modified time | relevance | path

Searched refs:foo0 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayspread/
H A Darrayspread.js26 function foo0() { return arguments.hasOwnProperty(0); } function
27 print(foo0(...a));
/arkcompiler/ets_runtime/test/moduletest/callframe/
H A Dcallframe.js23 function foo0(a) { function
83 print(foo0(1,2,3));
91 print(new foo0(1,2,3).a);
/arkcompiler/ets_runtime/test/moduletest/calltype/
H A Dcalltype.js39 function foo0 () { function
72 foo0();

Completed in 1 milliseconds