Commit 49e31074 authored by Adam Klein's avatar Adam Klein Committed by V8 LUCI CQ

Fix gcc build after 94c490f7

Change-Id: I81e0823b4604389c42726631d7314cbf087db77a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3421513Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
Commit-Queue: Adam Klein <adamk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78823}
parent 6aa029c1
......@@ -280,6 +280,7 @@ Handle<ScopeInfo> ScopeInfo::Create(IsolateT* isolate, Zone* zone, Scope* scope,
isolate, local_names_hashtable, var->name(), local_index);
USE(new_table);
DCHECK_EQ(*new_table, *local_names_hashtable);
USE(new_table);
}
scope_info.set(context_local_info_base + local_index,
Smi::FromInt(info));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment