Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:fun

34 // Accepts a function/closure 'fun' that must have a debugger statement inside.
39 new_value, expected_new_result, fun) {
40 var actual_old_result = fun();
68 actual_new_result = fun();
81 // Accepts a closure 'fun' that returns a variable from it's outer scope.
85 new_value, expected_new_result, fun) {
86 var actual_old_result = fun();
89 var fun_mirror = Debug.MakeMirror(fun);
94 var actual_new_result = fun();
113 var fun = this.factory_(true);
116 th.new_value_, th.new_result_, fun);
122 var fun = this.factory_(false);
125 th.new_value_, th.new_result_, fun);