Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 7ed3bf554c668f0230643fe200c0457e81ba31fc..175399d1f0335adc85aac339e014f3fdb395e48e 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -61,6 +61,8 @@ class CodeFactory final { |
static Callable BinaryOpIC(Isolate* isolate, Token::Value op); |
+ static Callable ApiGetter(Isolate* isolate); |
+ |
// Code stubs. Add methods here as needed to reduce dependency on |
// code-stubs.h. |
static Callable InstanceOf(Isolate* isolate); |