Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index b9647c2ea398524fc4485e7bb1d6ea34180b08bd..3734ae52678c950e8a1a6aa88c869de4aa58247a 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -486,6 +486,11 @@ class FullCodeGenerator: public AstVisitor { |
INLINE_RUNTIME_FUNCTION_LIST(EMIT_INLINE_RUNTIME_CALL) |
#undef EMIT_INLINE_RUNTIME_CALL |
+ // Platform-specific code for resuming generators. |
+ void EmitGeneratorResume(Expression *generator, |
+ Expression *value, |
+ JSGeneratorObject::ResumeMode resume_mode); |
+ |
// Platform-specific code for loading variables. |
void EmitLoadGlobalCheckExtensions(Variable* var, |
TypeofState typeof_state, |