| Index: src/ia32/code-stubs-ia32.h
|
| diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h
|
| index c2ae5f0faed566d6f36bcbe871e65a11cd2d7523..13ea2acc963d83585b1282fa65d6792da186c39d 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 {
|
|
|