File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
# Reset this number to 0 on major V8 upgrades.
38
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string' : '-node.12 ' ,
39
+ 'v8_embedder_string' : '-node.13 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -2714,7 +2714,6 @@ void Scope::AllocateScopeInfosRecursively(
2714
2714
2715
2715
// Allocate ScopeInfos for inner scopes.
2716
2716
for (Scope* scope = inner_scope_; scope != nullptr ; scope = scope->sibling_ ) {
2717
- DCHECK_GT (scope->UniqueIdInScript (), UniqueIdInScript ());
2718
2717
DCHECK_IMPLIES (scope->sibling_ , scope->sibling_ ->UniqueIdInScript () !=
2719
2718
scope->UniqueIdInScript ());
2720
2719
if (!scope->is_function_scope () ||
You can’t perform that action at this time.
0 commit comments