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( |