Chromium Code Reviews| Index: src/full-codegen.h |
| diff --git a/src/full-codegen.h b/src/full-codegen.h |
| index b9647c2ea398524fc4485e7bb1d6ea34180b08bd..7b0594470d3dc4e24bf0737daf40012a61c07994 100644 |
| --- a/src/full-codegen.h |
| +++ b/src/full-codegen.h |
| @@ -486,6 +486,9 @@ class FullCodeGenerator: public AstVisitor { |
| INLINE_RUNTIME_FUNCTION_LIST(EMIT_INLINE_RUNTIME_CALL) |
| #undef EMIT_INLINE_RUNTIME_CALL |
| + void EmitResume(Expression *generator_object, Expression *value, |
|
Michael Starzinger
2013/04/21 22:45:21
Let's rename this helper to EmitGeneratorResume()
wingo
2013/04/23 13:51:04
Done.
|
| + JSGeneratorObject::ResumeMode resume_mode); |
| + |
| // Platform-specific code for loading variables. |
| void EmitLoadGlobalCheckExtensions(Variable* var, |
| TypeofState typeof_state, |