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