Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Function

35 function listener(event, exec_state, event_data, data) {
56 function test1() {
65 function test2() {
79 function test3() {
91 function test4() {
98 function test5() {
111 function test6() {
122 function test7() {
124 function foo() {}
129 function test8() {
131 (function foo() {})();
162 function test9() {
180 function test10() {
189 function test11() {
200 // Test global eval and function constructor.
207 Function(pre + body)();
212 Function(pre + body)();
226 // Return from function constructed with Function constructor.
230 Function(pre + "return 42")();
231 Function(pre + "return 42 ")();
232 Function(pre + "return 42;")();
233 Function(pre + "return 42; ")();
234 Function(pre + "return anon")();
235 Function(pre + "return anon ")();
236 Function(pre + "return anon;")();
237 Function(pre + "return anon; ")();
241 function nop() {}
244 function stress() {
376 function stress1() {
384 function stress2() {
393 function stress3() {
405 function stress4() {