-
-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
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
fix #209 "Calling Array with one argument" #328
fix #209 "Calling Array with one argument" #328
Conversation
This was mentioned in https://github.com/jasonwilliams/boa/pull/270/files#r401575688 |
It seems that we never output a token of type I think v8 has a Edit: Yes they do v8 token type I will change |
Nice. I see that they also have a "big integer" is this part of the spec in some way? |
Yes. I checked the specs for |
901560f
to
93cceee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good to me. Check my comments just in case, but this is ready :)
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
This is supposed to fix #209.
While trying to fix this bug I encountered another bug were we only get
Const::Num
and neverConst::Int
This PR is blocked until it is fixed.
I will create another PR addressing that bug.