| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index b41de6dbeda044192389f3859b7eb7cbe9910111..4f4b520c255462381792c5c26372cf2d88ad8fec 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -514,9 +514,6 @@ class FullCodeGenerator: public AstVisitor {
|
| F(HasCachedArrayIndex) \
|
| F(GetCachedArrayIndex) \
|
| F(GetSuperConstructor) \
|
| - F(GeneratorNext) \
|
| - F(GeneratorReturn) \
|
| - F(GeneratorThrow) \
|
| F(DebugBreakInOptimizedCode) \
|
| F(ClassOf) \
|
| F(StringCharCodeAt) \
|
| @@ -540,11 +537,6 @@ class FullCodeGenerator: public AstVisitor {
|
|
|
| void EmitIntrinsicAsStubCall(CallRuntime* expr, const Callable& callable);
|
|
|
| - // Platform-specific code for resuming generators.
|
| - void EmitGeneratorResume(Expression *generator,
|
| - Expression *value,
|
| - JSGeneratorObject::ResumeMode resume_mode);
|
| -
|
| // Platform-specific code for loading variables.
|
| void EmitLoadGlobalCheckExtensions(VariableProxy* proxy,
|
| TypeofMode typeof_mode, Label* slow);
|
|
|