Y
Hacker News
new
|
ask
|
show
|
jobs
by
ridiculous_fish
2684 days ago
How are exceptions handled with this design? For example the `n < 3` may throw (it invokes the valueOf method).
1 comments
timruffles
2684 days ago
I went for longjmp(), non-local goto, for precisely the reason you highlighted: I realised pretty well everything in JS can throw, so needed something easy to trigger from anywhere
See
https://github.com/timruffles/js-to-c/blob/1befbf4220753576e...
link
See https://github.com/timruffles/js-to-c/blob/1befbf4220753576e...