Searched refs:is_global_scope (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/src/
H A Dvariables.cc63 && scope_ != NULL && scope_->is_global_scope();
H A Dscopes.h212 void RecordEvalCall() { if (!is_global_scope()) scope_calls_eval_ = true; }
267 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; } function in class:v8::internal::Scope
273 is_module_scope() || is_global_scope();
H A Dscopes.cc267 while (!top->is_global_scope() &&
286 if (FLAG_harmony_modules && FLAG_print_interfaces && top->is_global_scope()) {
477 DCHECK(is_global_scope());
648 if (FLAG_harmony_modules && (is_global_scope() || is_module_scope())) {
730 while (!scope->is_global_scope()) {
998 DCHECK(is_global_scope());
1030 DCHECK(info->global_scope()->is_global_scope());
1139 DCHECK(info->global_scope()->is_global_scope());
1191 is_global_scope())) {
1214 if (is_global_scope()
[all...]
H A Drewriter.cc235 if (!scope->is_global_scope() && !scope->is_eval_scope()) return true;
H A Dparser.cc880 if (!(*scope)->is_global_scope() || info->strict_mode() == STRICT) {
1103 DCHECK(scope_->is_global_scope());
1737 declaration_scope->is_global_scope()) {
1742 var = declaration_scope->is_global_scope()
1752 !declaration_scope->is_global_scope())) {
1800 if (mode == CONST_LEGACY && declaration_scope->is_global_scope()) {
1943 !(scope_->is_global_scope() || scope_->is_eval_scope() ||
2288 if (initialization_scope->is_global_scope() &&
2585 if (decl_scope->is_global_scope() || decl_scope->is_eval_scope()) {
H A Dfull-codegen.cc587 DCHECK(scope_->is_global_scope());
694 DCHECK(scope_->is_global_scope());
H A Dparser.h436 if (scope->DeclarationScope()->is_global_scope() &&
H A Dhydrogen.cc4542 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc1148 CHECK(scope->is_global_scope());
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc198 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4759 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc199 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4788 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc191 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4722 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc207 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4771 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc204 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4774 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc190 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4731 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc191 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4711 if (declaration_scope->is_global_scope() ||

Completed in 252 milliseconds