Home
last modified time | relevance | path

Searched refs:foo1 (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/out/
H A Ddemo.js18 const foo1 = require('./foo');
21 arr.push(new foo1.FooClass('zero'));
22 arr.push(new foo1.FooClass('one'));
23 arr.push(new foo1.FooClass('two'));
24 console.log('test: ' + (0, foo1.FooFunction)(arr));
25 const arr2 = (0, foo1.BarFunction)();
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/
H A Dstring_equal.js19 function foo1(a) { function
27 foo1(a);
H A Darray_size_test.js20 function foo1() { function
35 foo1();
H A Darray_test.js26 function foo1(p) { function
38 foo1(d);
H A Dsample_test.js29 function foo1(p) { return p.x; }; function
34 foo1(a);
/arkcompiler/ets_runtime/test/quickfix/multiconstpool_multifunc/
H A Dbase.js29 globalThis.foo1 = foo1
/arkcompiler/runtime_core/disassembler/tests/js/
H A Dcolumn-number5.js26 function foo1() { function
35 foo1();
/arkcompiler/ets_runtime/test/moduletest/callframe/
H A Dcallframe.js28 function foo1(a) { class
84 print(foo1(1,2,3)); // 'this' is undefined in strict mode
92 print(new foo1(1,2,3).a);
/arkcompiler/ets_runtime/test/aottest/pgo_call_recursive_js/
H A Dpgo_call_recursive_js.js21 foo1(a);
27 function foo1(a) { function
/arkcompiler/ets_runtime/test/aottest/pgo_math/
H A Dpgo_math.js16 function foo1() { function
36 foo1();
/arkcompiler/ets_runtime/test/aottest/induction_variable/
H A Dinduction_variable.js18 function foo1() { function
58 foo1();
/arkcompiler/ets_runtime/test/moduletest/calltype/
H A Dcalltype.js43 function foo1 (a) { function
73 foo1(1);
/arkcompiler/ets_runtime/test/quickfix/same_methodname/
H A Dmodule.js21 globalThis.foo1 = foo
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
H A Dloop-scope-name-js.js22 function foo1() {}
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
H A DsomeArgsCjs.js24 module.exports.fun = function foo1 () { function
/arkcompiler/toolchain/tooling/test/testcases/js/
H A Ddropframe.js160 function foo1() {
167 foo1();
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Dcallee_info_test.js43 function foo1(o1, o2, o3) { function

Completed in 3 milliseconds