Home | History | Annotate | Download | only in regress

Lines Matching refs:function

33 function catchLineNumber () {
36 Error.prepareStackTrace = function (error, stackTrace) {
37 stackTrace.some(function (frame) {
51 function log() {
55 function foo() {}
57 function test1() {
63 function test2() {
64 var o = { foo: function () {}}
70 function test3() {
71 var o = { log: log, foo: function() { } };
78 function test(f, expectedLineNumber) {