| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 3a98f544c755bed4441e3049768cfec3fb026b34..740a7c8e7f1bbf1a7781748045ac5579eb60e339 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -817,11 +817,19 @@ class CallStubCompiler: public StubCompiler {
|
| PropertyIndex index,
|
| Handle<String> name);
|
|
|
| + void CompileHandlerFrontend(Handle<Object> object,
|
| + Handle<JSObject> holder,
|
| + Handle<String> name,
|
| + CheckType check,
|
| + Label* success);
|
| +
|
| + void CompileHandlerBackend(Handle<JSFunction> function);
|
| +
|
| Handle<Code> CompileCallConstant(Handle<Object> object,
|
| Handle<JSObject> holder,
|
| - Handle<JSFunction> function,
|
| Handle<String> name,
|
| - CheckType check);
|
| + CheckType check,
|
| + Handle<JSFunction> function);
|
|
|
| Handle<Code> CompileCallInterceptor(Handle<JSObject> object,
|
| Handle<JSObject> holder,
|
|
|