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

Unified Diff: src/code-factory.h

Issue 1224793002: Loads and stores to global vars are now made via property cell shortcuts installed into parent scri… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments Created 5 years, 5 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/ast.cc ('k') | src/code-factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-factory.h
diff --git a/src/code-factory.h b/src/code-factory.h
index 947770db42f8db302a474c55fb6cc2ed19afaa88..4baf6f256b90ecc6a3d5d0db5df7d862d248b1da 100644
--- a/src/code-factory.h
+++ b/src/code-factory.h
@@ -61,6 +61,10 @@ class CodeFactory final {
// Code stubs. Add methods here as needed to reduce dependency on
// code-stubs.h.
+ static Callable LoadGlobalViaContext(Isolate* isolate, int depth);
+ static Callable StoreGlobalViaContext(Isolate* isolate, int depth,
+ LanguageMode language_mode);
+
static Callable Instanceof(Isolate* isolate, InstanceofStub::Flags flags);
static Callable ToBoolean(
« no previous file with comments | « src/ast.cc ('k') | src/code-factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698