Skip to content

Commit 529195a

Browse files
committed
doc: remove references to old harmony flags
The following flags were removed from v8 and cannot be used anymore: --harmony-scoping: https://codereview.chromium.org/1007783002 --harmony-strings: https://codereview.chromium.org/1024813002 --harmony-templates: https://codereview.chromium.org/1027593005
1 parent 998f7da commit 529195a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/iojs.1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,10 @@ If set to 1 then colors will not be used in the REPL.
101101
type: bool default: false
102102
--harmony_numeric_literals (enable "harmony numeric literals")
103103
type: bool default: true
104-
--harmony_strings (enable "harmony string methods")
105-
type: bool default: true
106-
--harmony_scoping (enable "harmony block scoping")
107-
type: bool default: true
108104
--harmony_classes (enable "harmony classes (implies block scoping & object literal extension)")
109105
type: bool default: true
110106
--harmony_object_literals (enable "harmony object literal extensions")
111107
type: bool default: true
112-
--harmony_templates (enable "harmony template literals")
113-
type: bool default: true
114108
--compiled_keyed_generic_loads (use optimizing compiler to generate keyed generic load stubs)
115109
type: bool default: false
116110
--pretenuring_call_new (pretenure call new)

0 commit comments

Comments
 (0)