mirror of https://github.com/boa-dev/boa.git
Browse Source
Hi, the `vm-implied` fuzzer panics when executing this testcase: ```javascript try { new function() { while (this) {} }(); } catch { } ``` `internal error: entered unreachable code: The NoInstructionsRemain native error cannot be converted to an opaque type` Handling the `NoInstructionsRemain` error upfront instead of going through the VM exception handling logic seems to work.pull/2587/head
Mrmaxmeier
2 years ago
2 changed files with 11 additions and 3 deletions
Loading…
Reference in new issue