Chromium Code Reviews| Index: src/builtins/builtins-async.h |
| diff --git a/src/builtins/builtins-async.h b/src/builtins/builtins-async.h |
| index 9f5df6e04a39647b13924da4449dc78d4776b505..493eca06632d3eddcb8ec5c1694eb3c137f7cb90 100644 |
| --- a/src/builtins/builtins-async.h |
| +++ b/src/builtins/builtins-async.h |
| @@ -15,6 +15,10 @@ class AsyncBuiltinsAssembler : public PromiseBuiltinsAssembler { |
| explicit AsyncBuiltinsAssembler(CodeAssemblerState* state) |
| : PromiseBuiltinsAssembler(state) {} |
| + // Async Iterator |
|
neis
2017/02/20 09:41:20
I think you can drop this comment.
caitp
2017/02/20 17:09:34
Done. I actually removed all changes to builtins-a
|
| + Node* AllocateAsyncIteratorValueUnwrapContext(Node* native_context, |
| + Node* done); |
| + |
| protected: |
| typedef std::function<Node*(Node*)> NodeGenerator1; |