This website requires JavaScript.
Explore
Help
Sign In
1berry
/
nodejs
Watch
1
Star
0
Fork
0
You've already forked nodejs
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nodejs
/
deps
/
v8
/
test
/
mjsunit
/
harmony
/
shadowrealm-skip-2-throw.mjs
7 lines
88 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
deps: update V8 to 10.7.193.13 PR-URL: https://github.com/nodejs/node/pull/44741 Fixes: https://github.com/nodejs/node/issues/44650 Fixes: https://github.com/nodejs/node/issues/37472 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
2022-09-21 13:28:42 +02:00
export
const
foo
=
'bar'
;
deps: update V8 to 12.9.202.18 PR-URL: https://github.com/nodejs/node/pull/54536 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
2024-09-17 12:09:47 +02:00
function
myFunc
(
)
{
throw
new
Error
(
'foobar'
)
;
}
myFunc
(
)
;
Reference in New Issue
Copy Permalink