ecmascript_simd icon indicating copy to clipboard operation
ecmascript_simd copied to clipboard

shell_test_runner.js assumes Mozilla-specific Error.prototype.stack property is defined.

Open billbudge opened this issue 10 years ago • 2 comments

This causes the tests to end prematurely.

billbudge avatar Jul 23 '15 10:07 billbudge

Oops. Anyone have a suggestion for the best way to fix this?

sunfishcode avatar Jul 23 '15 22:07 sunfishcode

There are nice polyfills. http://www.stacktracejs.com/ not sure if they're normalized between browsers

nickdesaulniers avatar Jul 29 '15 01:07 nickdesaulniers