phantomjs/test/fixtures/error-helper.js

10 lines
123 B
JavaScript

ErrorHelper = {
foo: function() {
this.bar()
},
bar: function bar() {
referenceError
}
};