Files
Kmake/deps/v8/test/mjsunit/harmony/shadowrealm-skip-4-throw-string.mjs
2026-05-26 23:36:42 -07:00

7 lines
77 B
JavaScript

export const foo = 'bar';
function myFunc() {
throw 'foobar';
}
myFunc();