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

Unified Diff: src/contexts.h

Issue 1406113007: Merge GlobalObject with JSGlobalObject. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/compiler/js-typed-lowering.cc ('k') | src/contexts.cc » ('j') | no next file with comments »
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 89daae9c1ca96fa617f57c2278ef9e9acf3b969a..ee9afdbfbb9390ada91a4bdf595b92120d96f513 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -419,8 +419,8 @@ class Context: public FixedArray {
Context* declaration_context();
bool is_declaration_context();
- inline GlobalObject* global_object();
- inline void set_global_object(GlobalObject* object);
+ inline JSGlobalObject* global_object();
+ inline void set_global_object(JSGlobalObject* object);
// Returns a JSGlobalProxy object or null.
JSObject* global_proxy();
« no previous file with comments | « src/compiler/js-typed-lowering.cc ('k') | src/contexts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698