You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a Worker with a non-existent source, qjs throws a ReferenceError, but instead of exiting, it just hangs forever. I'm not familiar with the standard, but this seems like unexpected behavior.
When creating a Worker with a non-existent source, qjs throws a ReferenceError, but instead of exiting, it just hangs forever. I'm not familiar with the standard, but this seems like unexpected behavior.
Test case:
Build:
CONFIG_CLANG=y make qjs
Run:
./qjs --std test.js
Git version:
d378a9f
Backtrace from the hang:
The text was updated successfully, but these errors were encountered: