puppeteer/third_party/phantomjs/test/fixtures/error-helper.js
2017-05-11 00:06:41 -07:00

10 lines
123 B
JavaScript

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