diff --git a/common.gypi b/common.gypi index 9fcee7f066e202..5cdbee775864c8 100644 --- a/common.gypi +++ b/common.gypi @@ -36,7 +36,7 @@ # Reset this number to 0 on major V8 upgrades. # Increment by one for each non-official patch applied to deps/v8. - 'v8_embedder_string': '-node.7', + 'v8_embedder_string': '-node.8', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/src/flags/flag-definitions.h b/deps/v8/src/flags/flag-definitions.h index de998e397a5614..dae03199f1c834 100644 --- a/deps/v8/src/flags/flag-definitions.h +++ b/deps/v8/src/flags/flag-definitions.h @@ -1715,7 +1715,7 @@ DEFINE_BOOL(experimental_value_unavailable, false, DEFINE_BOOL(experimental_reuse_locals_blocklists, true, "enable reuse of local blocklists across multiple debug-evaluates") -DEFINE_BOOL(experimental_remove_internal_scopes_property, true, +DEFINE_BOOL(experimental_remove_internal_scopes_property, false, "don't report the artificial [[Scopes]] property for functions") // disassembler