We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duktape Version
OS
** Description** Breaking out of a labeled block with only one statement throws an error.
Test case
label1: break label1;
Error message
Error: INVALID opcode (0) at [anon] (duk_js_executor.c:5215) internal at global (1.js:1) preventsyield error in executing file 1.js
Expected behavior No error should be thrown.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Duktape Version
OS
** Description**
Breaking out of a labeled block with only one statement throws an error.
Test case
Error message
Expected behavior
No error should be thrown.
The text was updated successfully, but these errors were encountered: