Home | History | Annotate | Download | only in cctest

Lines Matching full:fun1

110                                          "fun1 = function() { return 1; }\n"
112 CheckFunctionName(script, "return 1", "fun1");
123 "var fun1 = function() { return 1; }\n"
125 CheckFunctionName(script, "return 1", "fun1");
137 " var fun1 = function() { return 1; }\n"
140 CheckFunctionName(script, "return 1", "fun1");
290 "fun1 = 0 ?\n"
293 CheckFunctionName(script, "return 1", "fun1");
294 CheckFunctionName(script, "return 2", "fun1");
385 "var fun1 = fun2 = function () { return 1; }\n"