Kunal Pathak

Results 24 issues of Kunal Pathak

Thanks for gathering ES6 information. I would love to see ES6 proxy in this.

help wanted

I totally get that this depends on the size of method that user asks to disassemble, but just opening an issue, in case, you have plans to improve it. I...

The code below can be simplified using `SSE2.MoveMask()` if `SSE2` is available. https://github.com/CarlVerret/csFastFloat/blob/76d6a2e76a6d3c1f90a7f4b9747661979158e7e4/csFastFloat/Utils/Utils.cs#L283-L292 ````csharp if (Sse2.IsSupported) { currentSseMask = (uint)Sse2.MoveMask(Sse2.LoadVector128(pBuffer)); // unaligned load if (currentSseMask != 0) { Console.WriteLine("Non-Ascii byte...

Currently there are many unit test failures that are skipped. Some of them are because of tight dependency on `v8` while others are because of unimplemented features. This issue track...

- **Version**: - **Platform**: - **Subsystem**: As mentioned in recent PR #96, for repl scenario we were not extracting the global object from right context. Instead we simply extracted from...

* **Version**: * **Platform**: * **Subsystem**: Recently in https://github.com/expressjs/body-parser/pull/233 it was found out that node-chakracore doesn't work with `depd` module and one of the test fails. Below is the short...

* **Version**: * **Platform**: * **Subsystem**: Many native modules use `node-pre-gyp` to download pre-built binary from release servers. However, today pre-built binaries for all native modules are compiled using `node-v8`....

`node-chakracore` support building `test` binaries of chakracore. Create a Chakracore specific `Build.md` file that details how to do test builds and how we can leverage `jscript.config` functionality to trace internals...

* **Version**: * **Platform**: * **Subsystem**: This issue is to track `node-chakracore`'s modules compatibility. `citgm` is used to verify the compatibility and below is the list of modules that fails...

* **Version**: v8.0.0-pre * **Platform**: 14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux * **Subsystem**: chakrashim ```bash kunalspathak@kunalspathak-Virtual-Machine:~/git/node-bunyan$ node ./node_modules/.bin/nodeunit test/src.test.js src.test.js ✖ src TypeError: Unable...