Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2026-06-16
/
.
/
test
/
message
/
assert_throws_stack.js
blob: 607ba10266df65a4bf81e089aa7c703abc057bf2 [
file
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
assert
=
require
(
'assert/strict'
);
assert
.
throws
(()
=>
{
throw
new
Error
(
'foo'
);
},
{
bar
:
true
});