blob: a841eb780a050a82acb3cd496f4f7ad04a8f3a5b [file] [log] [blame]
self.log.push('importScripts()ed script');
Promise.resolve().then(() => self.log.push('promise'));
throw new Error('foo');