Chromium Code Reviews| Index: src/code-factory.h |
| diff --git a/src/code-factory.h b/src/code-factory.h |
| index 669f3798aaed0849b81cd3140ecc949d8bd5899a..05cd1e7caa56c3b28903051720217f3796083e79 100644 |
| --- a/src/code-factory.h |
| +++ b/src/code-factory.h |
| @@ -198,6 +198,8 @@ class V8_EXPORT_PRIVATE CodeFactory final { |
| static Callable AsyncGeneratorResolve(Isolate* isolate); |
| static Callable AsyncGeneratorReject(Isolate* isolate); |
| static Callable AsyncGeneratorResumeNext(Isolate* isolate); |
| + |
| + static Callable DeleteProperty(Isolate* isolate); |
|
Igor Sheludko
2017/04/20 09:18:42
This is not necessary anymore, see Builtins::Calla
Jakob Kummerow
2017/04/20 09:52:34
Done.
|
| }; |
| } // namespace internal |