Files
Kmake/deps/v8/test/mjsunit/harmony/shadowrealm-skip-3-throw-object.mjs

7 lines
90 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
export const foo = 'bar';
function myFunc() {
throw { message: 'foobar' };
}
myFunc();