Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/callframe/
H A Dcallframe.js56 function foo5(a, ...args) { class
88 print(foo5(1,2,3)); // 'this' is undefined in strict mode
96 print(new foo5(1,2,3).a);
/arkcompiler/ets_runtime/test/aottest/induction_variable/
H A Dinduction_variable.js50 function foo5() { function
62 foo5();
/arkcompiler/ets_runtime/test/moduletest/moduleLazyImport/
H A DC_Cjs.js23 module.exports.fun = function foo5 () { function
24 print("foo5");

Completed in 2 milliseconds