| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index f26bf2a28e09aa16aee074d573f71f5b1634b6ed..535758dcdc87a65556916d7fe31176940226aba8 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -36,6 +36,10 @@ class CodeFactory FINAL {
|
| static Callable LoadICInOptimizedCode(Isolate* isolate, ContextualMode mode);
|
| static Callable KeyedLoadIC(Isolate* isolate);
|
| static Callable KeyedLoadICInOptimizedCode(Isolate* isolate);
|
| + static Callable CallIC(Isolate* isolate, int argc,
|
| + CallICState::CallType call_type);
|
| + static Callable CallICInOptimizedCode(Isolate* isolate, int argc,
|
| + CallICState::CallType call_type);
|
| static Callable StoreIC(Isolate* isolate, StrictMode mode);
|
| static Callable KeyedStoreIC(Isolate* isolate, StrictMode mode);
|
|
|
|
|