Index: src/ia32/code-stubs-ia32.h |
diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h |
index 07563cd02a0251ee9a01cb08f14c587ccd5a466c..fbf1a68e66390639e2b2d16267372ace17422360 100644 |
--- a/src/ia32/code-stubs-ia32.h |
+++ b/src/ia32/code-stubs-ia32.h |
@@ -36,6 +36,10 @@ namespace v8 { |
namespace internal { |
+void ArrayNativeCode(MacroAssembler* masm, |
+ bool construct_call, |
+ Label* call_generic_code); |
+ |
// Compute a transcendental math function natively, or call the |
// TranscendentalCache runtime function. |
class TranscendentalCacheStub: public PlatformCodeStub { |