puppeteer/third_party/phantomjs/test/fixtures/error-helper.js

10 lines
123 B
JavaScript
Raw Normal View History

2017-05-11 07:06:41 +00:00
ErrorHelper = {
foo: function() {
this.bar()
},
bar: function bar() {
referenceError
}
};