Sign in
webkit
/
WebKit
/
e452c13852ace9c101839bb40c2d88da7afa5f11
/
.
/
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
();
}
});