Home | History | Annotate | Download | only in compiler

Lines Matching refs:function

30 function f() {
37 function g() {
46 var object = { f: function() { return 42; }, x: 42 };
48 function call_f(o) {
56 // Check that nested global function calls work.
57 function f0() {
61 function f1(a) {
65 function f2(a, b) {
69 function f3(a, b, c) {
73 function f4(a, b, c, d) {
77 function nested() {