| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index a63f84d052716d4bbb2966ff89737c8e1d738b03..8031ec09bacb31212a8fcf1fa06e2576f9117883 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -54,6 +54,8 @@ class CodeFactory final {
|
| Isolate* isolate, LanguageMode mode,
|
| InlineCacheState initialization_state);
|
|
|
| + static Callable StoreInterceptor(Isolate* isolate);
|
| +
|
| static Callable CompareIC(Isolate* isolate, Token::Value op);
|
| static Callable CompareNilIC(Isolate* isolate, NilValue nil_value);
|
|
|
|
|