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

/external/chromium_org/v8/src/
H A Dvariables.cc67 && scope_ != NULL && scope_->is_global_scope();
H A Dscopes.h211 void RecordEvalCall() { if (!is_global_scope()) scope_calls_eval_ = true; }
263 bool is_global_scope() const { return scope_type_ == GLOBAL_SCOPE; } function in class:v8::internal::Scope
269 is_module_scope() || is_global_scope();
H A Dscopes.cc262 while (!top->is_global_scope() &&
280 if (FLAG_harmony_modules && FLAG_print_interfaces && top->is_global_scope()) {
460 ASSERT(is_global_scope());
631 if (FLAG_harmony_modules && (is_global_scope() || is_module_scope())) {
713 while (!scope->is_global_scope()) {
976 ASSERT(is_global_scope());
1007 ASSERT(info->global_scope()->is_global_scope());
1111 ASSERT(info->global_scope()->is_global_scope());
1161 is_global_scope())) {
1183 if (is_global_scope()
[all...]
H A Drewriter.cc233 if (!scope->is_global_scope() && !scope->is_eval_scope()) return true;
H A Dparser.cc870 if (!scope->is_global_scope() || info->strict_mode() == STRICT) {
1100 ASSERT(scope_->is_global_scope());
1678 declaration_scope->is_global_scope()) {
1683 var = declaration_scope->is_global_scope()
1691 (!declaration_scope->is_global_scope() ||
1739 if (mode == CONST_LEGACY && declaration_scope->is_global_scope()) {
1880 strict_mode() == STRICT && !scope_->is_global_scope() ? LET : VAR;
2195 if (initialization_scope->is_global_scope() &&
2492 if (decl_scope->is_global_scope() || decl_scope->is_eval_scope()) {
H A Dfull-codegen.cc584 ASSERT(scope_->is_global_scope());
691 ASSERT(scope_->is_global_scope());
H A Dparser.h453 if (scope->DeclarationScope()->is_global_scope() &&
H A Dhydrogen.cc4460 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc1129 CHECK(scope->is_global_scope());
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc198 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4666 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc189 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4604 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc197 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4606 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc190 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4605 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc206 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4651 if (declaration_scope->is_global_scope() ||
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc190 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
4598 if (declaration_scope->is_global_scope() ||

Completed in 838 milliseconds