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

Unified Diff: src/contexts.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: adding more tests Created 4 years, 8 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
« no previous file with comments | « src/context-measure.cc ('k') | src/contexts.cc » ('j') | src/isolate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index 048f89837dc7f3e05bd75c78622b1617a342e44d..f97c81c2f78012e14aa9b634b4059647da8503d9 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -422,6 +422,8 @@ class Context: public FixedArray {
inline Context* previous();
inline void set_previous(Context* context);
+ inline Object* next_context_link();
+
inline bool has_extension();
inline HeapObject* extension();
inline void set_extension(HeapObject* object);
« no previous file with comments | « src/context-measure.cc ('k') | src/contexts.cc » ('j') | src/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698