File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3636
3737 # Reset this number to 0 on major V8 upgrades.
3838 # Increment by one for each non-official patch applied to deps/v8.
39- 'v8_embedder_string' : '-node.14 ' ,
39+ 'v8_embedder_string' : '-node.15 ' ,
4040
4141 ##### V8 defaults for Node.js #####
4242
Original file line number Diff line number Diff line change @@ -2713,6 +2713,7 @@ void Scope::AllocateScopeInfosRecursively(
27132713
27142714 // Allocate ScopeInfos for inner scopes.
27152715 for (Scope* scope = inner_scope_; scope != nullptr ; scope = scope->sibling_ ) {
2716+ DCHECK_GT (scope->UniqueIdInScript (), UniqueIdInScript ());
27162717 DCHECK_IMPLIES (scope->sibling_ , scope->sibling_ ->UniqueIdInScript () !=
27172718 scope->UniqueIdInScript ());
27182719 if (!scope->is_function_scope () ||
You can’t perform that action at this time.
0 commit comments