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