Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:function

55 function arraySum(arr) {
56 return arr.reduce(function (a, b) { return a + b; }, 0);
59 function listener(event, exec_state, event_data, data) {
89 Object.keys(expected_locals).forEach(function (name) {
100 Object.keys(expected_locals).forEach(function (name) {
114 map(function (k) { return expected_locals[k]; }));
120 var arguments_sum = expected_args.names.map(function(_, idx) {
131 // Check the frame function.
151 // When function f is optimized (1 means YES, see runtime.cc) we
183 function h(i, x0, y0) {
191 function g3(i, x1, y1) {
200 function g2(i) {
208 function g1(i, x3, y3, z3) {
216 function f(i, x4, y4) {