Sign in
webkit
/
WebKit
/
1e0780ad9f2be7f928011e2877f842746cb25b2d
/
.
/
JSTests
/
wasm
/
regress
/
regress-189185.js
blob: d2588ad31f90062f58138c62e8768a3fe5b0616f [
file
] [
log
] [
blame
]
//@ runWebAssembly
// This passes if it does not crash.
new
WebAssembly
.
CompileError
({
valueOf
()
{
throw
new
Error
();
}
});