Haled Odat
Haled Odat
Oh didn't know you where working on that... the way I implemented it was on the `boa_class` by adding a `#[boa(inherit)]` that can be added to a method that takes...
If it generates valid JavaScript code and it's unable to run, then we should investigate :) From what I can tell `console.log()` is not enabled. You could try with the...
Seems like this causes other tests to fail: ### Test262 test suite | Test result | main count | PR count | difference | | :---------: | :----------: | :------:...
> i'm looking into [this test](https://github.com/boa-dev/boa/blob/014990bcfbcd55f35d5e86b59ee4a6d8b8809765/core/engine/src/tests/mod.rs#L526-L541) which seems like a good starting point for isolating the problem but i think i found a bug? Yeah, that's a good starting point...
> @HalidOdat They're talking about the final message after the console prints the ast: ah, sorry about that, yeah... that's interesting, that definitely shouldn't happen, seems like a bug with...
Actually found the bug, It's not a bug with the scope analyzer, the bug is in the CLI, will create a PR for it :smile: EDIT: https://github.com/boa-dev/boa/pull/4337 -- May have...
Hi @wangjingyu001 👋 Could you provide the JavaScript example code in this issue that triggers the overflow? So we can come up with a minimal reproducible bug.