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

Unified Diff: src/heap/heap.h

Issue 1409123003: [runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: simplifications Created 5 years, 2 months 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 b0f03e00f56cb4df6f8cb6c3f07be5c37fee0557..0a1f1bd60417d4bafa30215dfb25d6816cdd41be 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -182,7 +182,9 @@ namespace internal {
V(FixedArray, detached_contexts, DetachedContexts) \
V(ArrayList, retained_maps, RetainedMaps) \
V(WeakHashTable, weak_object_to_code_table, WeakObjectToCodeTable) \
- V(PropertyCell, array_protector, ArrayProtector) \
+ V(PropertyCell, array_elements_protector, ArrayElementsProtector) \
+ V(PropertyCell, array_is_concat_spreadable_protector, \
+ ArrayIsConcatSpreadableProtector) \
V(PropertyCell, empty_property_cell, EmptyPropertyCell) \
V(Object, weak_stack_trace_list, WeakStackTraceList) \
V(Object, code_stub_context, CodeStubContext) \
« no previous file with comments | « src/crankshaft/x87/lithium-codegen-x87.cc ('k') | src/heap/heap.cc » ('j') | src/isolate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698