| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 8e029440207b20ba09488c4be2f989574845da16..9520f076eb2b935ca9cea3e60502093b38099af5 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -96,6 +96,8 @@ class FullCodeGenerator: public AstVisitor {
|
| #error Unsupported target architecture.
|
| #endif
|
|
|
| + static Register result_register();
|
| +
|
| private:
|
| class Breakable;
|
| class Iteration;
|
| @@ -740,7 +742,6 @@ class FullCodeGenerator: public AstVisitor {
|
| FunctionLiteral* literal() const { return info_->literal(); }
|
| Scope* scope() { return scope_; }
|
|
|
| - static Register result_register();
|
| static Register context_register();
|
|
|
| // Set fields in the stack frame. Offsets are the frame pointer relative
|
|
|