Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/fuchsia
/
.
/
test
/
message
/
throw_null_traced.js
blob: fee8928f88740312c2642e85b810553e5c7b0c7a [
file
] [
log
] [
blame
] [
edit
]
// Flags: --trace-uncaught
'use strict'
;
require
(
'../common'
);
// eslint-disable-next-line no-throw-literal
throw
null
;