Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 64846c141c27d6a6bd08cca5d93b97a36cc88839..0e986dd8d723ab6e2ebabb152c423966fc1614ae 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -575,6 +575,12 @@ class CallStubCompiler: public StubCompiler { |
String* name, |
CheckType check); |
+ Object* CompileArrayPopCall(Object* object, |
+ JSObject* holder, |
+ JSFunction* function, |
+ String* name, |
+ CheckType check); |
+ |
private: |
const ParameterCount arguments_; |
const InLoopFlag in_loop_; |