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