We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b758cc4 commit 6dd0ed8Copy full SHA for 6dd0ed8
bindings/map-get.cc
@@ -352,7 +352,8 @@ static bool IsOrderedHashMap(Address table_untagged) {
352
return false;
353
354
// The length of the array must be enough to store the whole map.
355
- return length >= 3 + num_buckets + OrderedHashMapLayout::kEntrySize * capacity;
+ return length >=
356
+ 3 + num_buckets + OrderedHashMapLayout::kEntrySize * capacity;
357
}
358
359
// ============================================================================
0 commit comments