| Index: src/compiler/js-typed-lowering.h
|
| diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h
|
| index 292b0d81ddd2ba488608bc0f8481c3df80da22dc..d965e4deb5a260f92ee91c30d5542013bc3f7427 100644
|
| --- a/src/compiler/js-typed-lowering.h
|
| +++ b/src/compiler/js-typed-lowering.h
|
| @@ -75,6 +75,7 @@ class JSTypedLowering final : public AdvancedReducer {
|
| Reduction ReduceJSCreateLiteralObject(Node* node);
|
| Reduction ReduceJSCreateFunctionContext(Node* node);
|
| Reduction ReduceJSCreateWithContext(Node* node);
|
| + Reduction ReduceJSCreateCatchContext(Node* node);
|
| Reduction ReduceJSCreateBlockContext(Node* node);
|
| Reduction ReduceJSCallFunction(Node* node);
|
| Reduction ReduceJSForInDone(Node* node);
|
|
|