Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Expose (and tie) ChakraCore options like --v8-options #51

Closed
choikwa opened this issue Apr 1, 2016 · 1 comment
Closed

Expose (and tie) ChakraCore options like --v8-options #51

choikwa opened this issue Apr 1, 2016 · 1 comment

Comments

@choikwa
Copy link

choikwa commented Apr 1, 2016

Showing which options that could be passed to ChakraCore would be nice for debugging and customizing purposes.

$ ~/node-chakracore/Release/node.exe --v8-options
Options:
--use_strict (enforce strict mode)
type: bool default: false
--expose_gc (expose gc extension)
type: bool default: false
--harmony (Ignored in node running with chakracore)
--debug (Ignored in node running with chakracore)
--stack-size (Ignored in node running with chakracore)

  • Version: v6.0.0-pre
  • Platform: Win8.1 64bit
  • Subsystem: optional. if known - please specify affected core module name
@jianchun
Copy link

jianchun commented Apr 1, 2016

@choikwa ChakraCore does not accept customizing options (at least yet). The output you posted are exactly what's available now and are implemented by the "shim" code in this repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants