| Index: src/stub-cache.h
|
| ===================================================================
|
| --- src/stub-cache.h (revision 4222)
|
| +++ src/stub-cache.h (working copy)
|
| @@ -610,6 +610,22 @@
|
| StubCompiler::CheckType check);
|
|
|
|
|
| +Object* CompileArrayPushCall(CallStubCompiler* compiler,
|
| + Object* object,
|
| + JSObject* holder,
|
| + JSFunction* function,
|
| + String* name,
|
| + StubCompiler::CheckType check);
|
| +
|
| +
|
| +Object* CompileArrayPopCall(CallStubCompiler* compiler,
|
| + Object* object,
|
| + JSObject* holder,
|
| + JSFunction* function,
|
| + String* name,
|
| + StubCompiler::CheckType check);
|
| +
|
| +
|
| } } // namespace v8::internal
|
|
|
| #endif // V8_STUB_CACHE_H_
|
|
|