Home | History | Annotate | Download | only in compiler

Lines Matching refs:function

32 function a2(b, c) {
36 function a1(a, b, c) {
40 function TestArrayLiteral(a, b, c) {
52 function o2(b, c) {
56 function o1(a, b, c) {
60 function TestObjectLiteral(a, b, c) {
72 function r2(s, x, y) {
76 function r1(s, x, y) {
80 function TestRegExpLiteral(s, x, y, expected) {
91 function f2(b, c) {
92 var closure = function(b, c) { return b + c; }
97 function f1(a, b, c) {
101 function TestFunctionLiteral(a, b, c, expected) {