Reviewers: Yang, Description: Move declaration of SerializedScopeInfo from variables.h to objects.h
This eliminates compile-errors when assigning Handle<SerializedScopeInfo> to Handle<Object> in a place where the declaration was not available because variables.h was not included. As a result I had to also move the enum Variable::Mode to v8globals.h and rename it to VariableMode. Please review this at http://codereview.chromium.org/8221004/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/full-codegen-arm.cc M src/ast.h M src/contexts.cc M src/full-codegen.h M src/full-codegen.cc M src/hydrogen.h M src/hydrogen.cc M src/ia32/full-codegen-ia32.cc M src/objects.h M src/objects.cc M src/parser.h M src/parser.cc M src/scopeinfo.h M src/scopeinfo.cc M src/scopes.h M src/scopes.cc M src/v8globals.h M src/variables.h M src/variables.cc M src/x64/full-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
