We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334020e commit e8ad773Copy full SHA for e8ad773
src/node.cc
@@ -3337,14 +3337,6 @@ void Init(int* argc,
3337
DispatchDebugMessagesAsyncCallback);
3338
uv_unref(reinterpret_cast<uv_handle_t*>(&dispatch_debug_messages_async));
3339
3340
- // TODO(bnoordhuis) V8 3.32 is unshipping Harmony classes for the moment.
3341
- // We're currently at 3.31, disable classes for feature parity. Remove
3342
- // again when we upgrade.
3343
- V8::SetFlagsFromString("--noharmony_classes",
3344
- sizeof("--noharmony_classes") - 1);
3345
- V8::SetFlagsFromString("--noharmony_object_literals",
3346
- sizeof("--noharmony_object_literals") - 1);
3347
-
3348
#if defined(NODE_V8_OPTIONS)
3349
// Should come before the call to V8::SetFlagsFromCommandLine()
3350
// so the user can disable a flag --foo at run-time by passing
0 commit comments