We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5355603 commit fba06ebCopy full SHA for fba06eb
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.12',
+ 'v8_embedder_string': '-node.13',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/ast/scopes.cc
@@ -2714,7 +2714,6 @@ void Scope::AllocateScopeInfosRecursively(
2714
2715
// Allocate ScopeInfos for inner scopes.
2716
for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) {
2717
- DCHECK_GT(scope->UniqueIdInScript(), UniqueIdInScript());
2718
DCHECK_IMPLIES(scope->sibling_, scope->sibling_->UniqueIdInScript() !=
2719
scope->UniqueIdInScript());
2720
if (!scope->is_function_scope() ||
0 commit comments