DeclarationScope 1463 src/arm/full-codegen-arm.cc if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) {
DeclarationScope 4466 src/arm/full-codegen-arm.cc Scope* declaration_scope = scope()->DeclarationScope();
DeclarationScope 1410 src/ia32/full-codegen-ia32.cc if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) {
DeclarationScope 4445 src/ia32/full-codegen-ia32.cc Scope* declaration_scope = scope()->DeclarationScope();
DeclarationScope 1466 src/mips/full-codegen-mips.cc if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) {
DeclarationScope 4500 src/mips/full-codegen-mips.cc Scope* declaration_scope = scope()->DeclarationScope();
DeclarationScope 1741 src/parser.cc return DeclarationScope(mode)->NewUnresolved(
DeclarationScope 1750 src/parser.cc Scope* declaration_scope = DeclarationScope(mode);
DeclarationScope 1931 src/parser.cc DeclarationScope(VAR)->ForceEagerCompilation();
DeclarationScope 2169 src/parser.cc Scope* declaration_scope = DeclarationScope(mode);
DeclarationScope 2593 src/parser.cc Scope* declaration_scope = top_scope_->DeclarationScope();
DeclarationScope 2620 src/parser.cc top_scope_->DeclarationScope()->RecordWithStatement();
DeclarationScope 2942 src/parser.cc Variable* temp = top_scope_->DeclarationScope()->NewTemporary(name);
DeclarationScope 3441 src/parser.cc top_scope_->DeclarationScope()->RecordEvalCall();
DeclarationScope 4252 src/parser.cc if (top_scope_->DeclarationScope()->is_global_scope() &&
DeclarationScope 4457 src/parser.cc ? NewScope(top_scope_->DeclarationScope(), FUNCTION_SCOPE)
DeclarationScope 4747 src/parser.cc top_scope_->DeclarationScope()->ForceEagerCompilation();
DeclarationScope 568 src/parser.h Scope* DeclarationScope(VariableMode mode) {
DeclarationScope 570 src/parser.h ? top_scope_ : top_scope_->DeclarationScope();
DeclarationScope 688 src/scopes.cc outer = outer->DeclarationScope();
DeclarationScope 392 src/scopes.h Scope* DeclarationScope();
DeclarationScope 1429 src/x64/full-codegen-x64.cc if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) {
DeclarationScope 4436 src/x64/full-codegen-x64.cc Scope* declaration_scope = scope()->DeclarationScope();