| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index d118aea88924edf5a1b177d3f5a9673fc1a551e0..c9a2e91cac7f41f8b13dd3a619c59b0546ab1ac3 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -9,6 +9,7 @@
|
| #include "src/assert-scope.h"
|
| #include "src/ast.h"
|
| #include "src/bit-vector.h"
|
| +#include "src/code-factory.h"
|
| #include "src/code-stubs.h"
|
| #include "src/codegen.h"
|
| #include "src/compiler.h"
|
| @@ -529,6 +530,8 @@ class FullCodeGenerator: public AstVisitor {
|
| FOR_EACH_FULL_CODE_INTRINSIC(GENERATOR_DECLARATION)
|
| #undef GENERATOR_DECLARATION
|
|
|
| + void EmitIntrinsicAsStubCall(CallRuntime* expr, const Callable& callable);
|
| +
|
| // Platform-specific code for resuming generators.
|
| void EmitGeneratorResume(Expression *generator,
|
| Expression *value,
|
|
|