| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index b473abe6741bfd897a87f315476aa1067631ff06..1aa5a99944a556721f81f7a81f73ebaffe3b654c 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -43,6 +43,8 @@ class CodeFactory final {
|
| static Callable CallICInOptimizedCode(Isolate* isolate, int argc,
|
| CallICState::CallType call_type);
|
| static Callable StoreIC(Isolate* isolate, LanguageMode mode);
|
| + static Callable StoreICInOptimizedCode(Isolate* isolate, LanguageMode mode,
|
| + InlineCacheState initialization_state);
|
| static Callable KeyedStoreIC(Isolate* isolate, LanguageMode mode);
|
| static Callable KeyedStoreICInOptimizedCode(
|
| Isolate* isolate, LanguageMode mode,
|
|
|