Doug Ilijev

Results 13 comments of Doug Ilijev

In the ES spec (ECMA Script / javascript) proposals for tail call/return (and then revising the spec in that area for practical reasons) there were a few big issues for...

Confirmed we're the only engine that diverges from spec here. ``` >eshost --tags jsvu -ise "Object.is(new Date(-0).getTime(), +0)" ## Source print(Object.is(new Date(-0).getTime(), +0)) #### jsvu-ch false #### jsvu-jsc, jsvu-sm, jsvu-v8,...

I added this on my fork here: https://github.com/dilijev/git-diff-blame/commit/bf2f507e11ddba4fbff98a54a37b350629828f3a but I don't think that's ready for a PR as the parameter should be optional.

At the moment we don't offer any debug builds (and we only make monthly releases of ChakraCore). We might be able to do so via a NuGet package hosted on...

Can't make any promises at this point, but I will look into whether we can come up with a reasonable story for regular ChakraCore debug builds from the various platforms....

We can do the Windows-only approach by adapting our present infrastructure (MyGet.org NuGet package to distribute Windows binaries). We will let you know when it is done. Our terminology: Debug...

Looking for feedback on this PR before I continue with it to add some polish around real-user usage. While this was good enough to serve my purposes in the short...

@littledan would a command line flag like -e that doesn't wrap the expression in `print(...)` fit the bill or is the CLI part (that prints the result of every expression,...

Looks like this has been resolved in a newer build of v8.