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