| Index: src/x64/codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/codegen-x64.cc (revision 3962)
|
| +++ src/x64/codegen-x64.cc (working copy)
|
| @@ -36,6 +36,7 @@
|
| #include "regexp-macro-assembler.h"
|
| #include "register-allocator-inl.h"
|
| #include "scopes.h"
|
| +#include "virtual-frame-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -259,9 +260,6 @@
|
| }
|
|
|
|
|
| -Scope* CodeGenerator::scope() { return info_->function()->scope(); }
|
| -
|
| -
|
| void CodeGenerator::DeclareGlobals(Handle<FixedArray> pairs) {
|
| // Call the runtime to declare the globals. The inevitable call
|
| // will sync frame elements to memory anyway, so we do it eagerly to
|
|
|