Jason Williams

Results 270 comments of Jason Williams

Hey @wusyong great work on this, I had some questions. Are there any current benchmarks the engines are being judged by today that Boa can be added to or is...

@justunkn sure, assigned

This isn't really a bug, it should output nothing. If you run this in Node you won't get `1` as an output either.

Thanks for that, I don’t get that locally for some reason. Is this something you wanted to look at @croraf ?

We might need to research how other engines deal with this issue @joshwd36, thanks for looking into it. What was he outcome widestring crate? you may find https://blog.mozilla.org/javascript/2014/07/21/slimmer-and-faster-javascript-strings-in-firefox/ interesting

> For example, the string 🙂 should have length 2 as it is made up of two code units, but currently shows as having length 1 @joshwd36 or @jedel1043 are...

@joshwd36 not sure if you saw but there’s now a PR for this https://github.com/boa-dev/boa/pull/1659

Hey @CYBAI how is this going do you need any help?

I understand that things like console shouldn’t be in the engine, but it is used for debugging purposes and is making lives easier right now. This will most likely be...

Good to see you’re back on this @lostintangent How did you fix it?