node-chakracore icon indicating copy to clipboard operation
node-chakracore copied to clipboard

Node.js on ChakraCore :sparkles::turtle::rocket::sparkles:

Results 94 node-chakracore issues
Sort by recently updated
recently updated
newest added

@nodejs/node-chakracore ... What is the current status of this project? We've previously made accommodations in nodejs/node master to help here (e.g. AliasedBuffer) that aren't really needed elsewhere so it would...

In ordre to fix TTD issues replace in node_options.cc AddOption("--replay-debug", "replay and debug using recording log", &PerProcessOptions::ttdReplayUri); with AddOption("--replay-debug", "replay and debug using recording log", &PerProcessOptions::ttdReplayDebugUri);

* **Version**: node-chakracore-v10.13.0 * **Platform**: Darwin 18.7.0 x86_64 * **Subsystem**: chakrashim In _deps/chakrashim/src/jsrtisolateshim.cc_ there is a statement **CHAKRA-TODO: This is not called after cross context work in chakra. Fix this...

* **Version**: v8.11.1 * **Platform**: macos * **Subsystem**: versions NAPI version didn't been exposed through `process.versions`. ```js console.log(process.versions) /* { http_parser: '2.8.0', node: '8.11.1', chakracore: '1.9.1.0', uv: '1.19.1', zlib: '1.2.11',...

* **Version**: node-ChakraCore v10.6.0 * **Platform**: Microsoft Windows [Version 10.0.18956.1000] * **Subsystem**: Error occurs with node-ChakraCore v10.6.0, azure-sdk-js scenario below works with https://nodejs.org/dist/v10.16.2/node-v10.16.2-win-x64.zip azure-sdk-js dev said it looks like node.exe...

## Feature related to the problem: Using WebAssembly: currently can not use WebAssembly due to the JIT limitation on iOS. ```cpp #if (defined(_M_IX86) || defined(_M_X64)) && !defined(DISABLE_JIT) #define ASMJS_PLAT #endif...

* **Version**: v10.13.0 * **Platform**:Windows 10.0.17763.316 * **Subsystem**: Looks like ChakraCore might need to add support for the 3 dots operator (spread operator)? Get the below error for both 10.13.0...

* **Version**: 8.9.4 (also tested 8.6.0 * **Platform**: Windows 10 x64 * **Subsystem**: vm The test case in https://github.com/mishoo/UglifyJS2/pull/2574 uncovers a difference in exceptional behaviour between `node` and `node-chakracore` -...

bug

* **Version**: * **Platform**: * **Subsystem**:

Fix TTD debug parameters management.