@@ -203,23 +203,23 @@ DEFINE_IMPLICATION(harmony_import_meta, harmony_dynamic_import)
203
203
// Features that are complete (but still behind --harmony/es-staging flag).
204
204
#define HARMONY_STAGED (V ) \
205
205
V (harmony_function_tostring, " harmony Function.prototype.toString" ) \
206
- V(harmony_regexp_property, " harmony Unicode regexp property classes" ) \
207
206
V(harmony_restrict_constructor_return, \
208
207
" harmony disallow non undefined primitive return value from class " \
209
208
" constructor" ) \
210
209
V(harmony_dynamic_import, " harmony dynamic import" )
211
210
212
211
// Features that are shipping (turned on by default, but internal flag remains).
213
- #define HARMONY_SHIPPING_BASE (V ) \
214
- V (harmony_strict_legacy_accessor_builtins, \
215
- " treat __defineGetter__ and related functions as strict" ) \
216
- V(harmony_sharedarraybuffer, " harmony sharedarraybuffer" ) \
217
- V(harmony_regexp_dotall, " harmony regexp dotAll flag" ) \
218
- V(harmony_regexp_lookbehind, " harmony regexp lookbehind" ) \
219
- V(harmony_regexp_named_captures, " harmony regexp named captures" ) \
220
- V(harmony_async_iteration, " harmony async iteration" ) \
221
- V(harmony_template_escapes, \
222
- " harmony invalid escapes in tagged template literals" ) \
212
+ #define HARMONY_SHIPPING_BASE (V ) \
213
+ V (harmony_strict_legacy_accessor_builtins, \
214
+ " treat __defineGetter__ and related functions as strict" ) \
215
+ V(harmony_sharedarraybuffer, " harmony sharedarraybuffer" ) \
216
+ V(harmony_regexp_dotall, " harmony regexp dotAll flag" ) \
217
+ V(harmony_regexp_lookbehind, " harmony regexp lookbehind" ) \
218
+ V(harmony_regexp_named_captures, " harmony regexp named captures" ) \
219
+ V(harmony_regexp_property, " harmony Unicode regexp property classes" ) \
220
+ V(harmony_async_iteration, " harmony async iteration" ) \
221
+ V(harmony_template_escapes, \
222
+ " harmony invalid escapes in tagged template literals" ) \
223
223
V(harmony_promise_finally, " harmony Promise.prototype.finally" )
224
224
225
225
#ifdef V8_INTL_SUPPORT
0 commit comments