| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 844d4372a6c1dec9c9ec4ffb8ace7fb317af1554..e5653b823d513368a8b7d806db1d178f98d5c552 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -183,6 +183,13 @@
|
|
|
| static Callable ArrayConstructor(Isolate* isolate);
|
| static Callable ArrayPush(Isolate* isolate);
|
| + static Callable ArrayFilterLoopContinuation(Isolate* isolate);
|
| + static Callable ArrayMapLoopContinuation(Isolate* isolate);
|
| + static Callable ArrayForEachLoopContinuation(Isolate* isolate);
|
| + static Callable ArraySomeLoopContinuation(Isolate* isolate);
|
| + static Callable ArrayEveryLoopContinuation(Isolate* isolate);
|
| + static Callable ArrayReduceLoopContinuation(Isolate* isolate);
|
| + static Callable ArrayReduceRightLoopContinuation(Isolate* isolate);
|
| static Callable FunctionPrototypeBind(Isolate* isolate);
|
| static Callable PromiseHandleReject(Isolate* isolate);
|
|
|
|
|