Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:function

52 function arraySum(arr) {
53 return arr.reduce(function (a, b) { return a + b; }, 0);
56 function listener(event, exec_state, event_data, data) {
87 Object.keys(expected_locals).forEach(function (name) {
100 Object.keys(expected_locals).forEach(function (name) {
114 map(function (k) { return expected_locals[k]; }));
121 var arguments_sum = expected_args.names.map(function(_, idx) {
132 // Check the frame function.
173 function h(i, x0, y0) {
180 function g3(i, x1, y1) {
187 function g2(i) {
194 function g1(i, x3, y3, z3) {
201 function f(i, x4, y4) {