Alex Lam S.L.

Results 141 comments of Alex Lam S.L.

Problem persists as of `v10.13.0`

`0 & Object.create(null)` behaves consistently between `node` and `node-chakracore` (both at `8.11.1`) ``` $ nvs use node/8 PATH = node\8.11.1\x64 $ node > 0 & Object.create(null) TypeError: Cannot convert object...

I want to be absolutely sure to avoid any `Object.prototype` properties leaking into the sandbox context, which is why it is coded this way. Having said that, I do understand...

Thanks for the dicussion and clarifications - meanwhile I'll see if I can come up with an alternative test case in `uglify-js` which avoids this issue.

Reverted the workaround in `uglify-js` to confirm the difference in behaviour between `node` and `node-chakracore` still persists as of `11.0.0-nightly20180522db93156017`

As @MSLaguana pointed out, #478 may be related. There is also #508.

@MSLaguana thanks a lot for your fixes on issues related to `uglify-js` I shall keep a close eye on new releases of `node-chakracore` and report back.

@MSLaguana using `11.0.0-nightly20180522db93156017`, #478 still fails. OT: so do #462 and #509