Home | History | Annotate | Download | only in mjsunit

Lines Matching full:push

35   result.push(17);
36 result.push(-31);
37 result.push(new Array(100));
38 result.push(new Array(100003));
39 result.push(Number.MIN_VALUE);
40 result.push("whoops");
41 result.push("x");
42 result.push({"x": 1, "y": 2});
45 result.push(slowCaseObj);
46 result.push(function () { return 8; });
55 args.push("x" + i);
65 args.push(0);
98 argList.push(argPool[index]);