Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1181)

Unified Diff: src/heap/heap.h

Issue 2465253011: Fastpath some spread-call desugaring. (Closed)
Patch Set: rename constant Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 7c94552d24c946738595c7dc376a8364caa05149..64600562cee2c696fb29bfed14567e76e5fcacad 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -167,6 +167,7 @@ using v8::MemoryPressureLevel;
V(Cell, species_protector, SpeciesProtector) \
V(PropertyCell, string_length_protector, StringLengthProtector) \
V(Cell, fast_array_iteration_protector, FastArrayIterationProtector) \
+ V(Cell, array_iterator_protector, ArrayIteratorProtector) \
/* Special numbers */ \
V(HeapNumber, nan_value, NanValue) \
V(HeapNumber, hole_nan_value, HoleNanValue) \

Powered by Google App Engine
This is Rietveld 408576698