mirror of https://github.com/boa-dev/boa.git
Browse Source
This PR changes the following: - Adds a check at compile time for the existence of a break label (this should be a syntax error in the future; refactor from panics to results in compile should be a separate PR) - Adds a test for break label existence in boa/tests 262 misses some fairly important JS parity issues and not performing this check eagerly can lead to other more severe issues during VM execution.pull/1855/head
Addison Crump
3 years ago
2 changed files with 27 additions and 8 deletions
Loading…
Reference in new issue