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

Unified Diff: src/isolate.h

Issue 2287783003: Revert of Always deserialize scope infos for parsing (Closed)
Patch Set: Created 4 years, 4 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/heap/heap.cc ('k') | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 35ec2a7d987eb57eb2a59c4f5143d092ed652e7b..eb1841d4d834532fa224ee82a07a56a7aac310a6 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -874,6 +874,10 @@
return keyed_lookup_cache_;
}
+ ContextSlotCache* context_slot_cache() {
+ return context_slot_cache_;
+ }
+
DescriptorLookupCache* descriptor_lookup_cache() {
return descriptor_lookup_cache_;
}
@@ -1315,6 +1319,7 @@
int stack_trace_for_uncaught_exceptions_frame_limit_;
StackTrace::StackTraceOptions stack_trace_for_uncaught_exceptions_options_;
KeyedLookupCache* keyed_lookup_cache_;
+ ContextSlotCache* context_slot_cache_;
DescriptorLookupCache* descriptor_lookup_cache_;
HandleScopeData handle_scope_data_;
HandleScopeImplementer* handle_scope_implementer_;
« no previous file with comments | « src/heap/heap.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698