Searched refs:foo4 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/callframe/ |
H A D | callframe.js | 51 function foo4(a, ...args) { function 87 print(foo4(1,2,3)); 95 print(new foo4(1,2,3).a);
|
/arkcompiler/ets_runtime/test/aottest/pgo_math/ |
H A D | pgo_math.js | 31 function foo4() { function 39 foo4()
|
/arkcompiler/ets_runtime/test/aottest/induction_variable/ |
H A D | induction_variable.js | 42 function foo4() { function 61 foo4();
|
/arkcompiler/ets_runtime/test/moduletest/calltype/ |
H A D | calltype.js | 55 function foo4 (a, b, c, d) { function 76 foo4(1, 2, 3, 4);
|
Completed in 1 milliseconds