Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:fun

1847 function sc_jsCall(o, fun) {
1851 return fun.apply(o, args);
2060 var fun = o.args.callee;
2061 var res = fun.apply(SC_TAIL_OBJECT, o.args);