Run node --v8-options . This displays various flags that you can set to change the behavior of the V8.
eg. Flags for harmony functions are displayed there:
--harmony_typeof (enable harmony semantics for typeof) type: bool default: false --harmony_proxies (enable harmony proxies) type: bool default: false --harmony_weakmaps (enable harmony weak maps) type: bool default: false --harmony_block_scoping (enable harmony block scoping) type: bool default: false
jimr
source share