1
1
mirror of https://github.com/ariya/phantomjs.git synced 2024-10-26 14:29:13 +03:00
phantomjs/test/fixtures/error-helper.js

10 lines
123 B
JavaScript

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