1 2 3 4 5
export function get_throw_cb() { return () => { throw new Error("Intentional JavaScript Error"); }; }