HomeSort by relevance Sort by last modified time
    Searched refs:is_global_scope (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
variables.cc 87 return mode_ != TEMPORARY && scope_ != NULL && scope_->is_global_scope();
scopes.h 226 void RecordEvalCall() { if (!is_global_scope()) scope_calls_eval_ = true; }
271 bool is_global_scope() const { return type_ == GLOBAL_SCOPE; } function in class:v8::internal::Scope
276 return is_eval_scope() || is_function_scope() || is_global_scope();
scopes.cc 257 while (!top->is_global_scope() &&
275 if (FLAG_harmony_modules && FLAG_print_interfaces && top->is_global_scope()) {
470 ASSERT(is_global_scope());
927 ASSERT(is_global_scope());
957 ASSERT(info->global_scope()->is_global_scope());
1044 ASSERT(info->global_scope()->is_global_scope());
    [all...]
rewriter.cc 240 if (!scope->is_global_scope() && !scope->is_eval_scope()) return true;
parser.cc 612 if (!scope->is_global_scope() || info->language_mode() != CLASSIC_MODE) {
828 : enabled_(top_scope->DeclarationScope()->is_global_scope() &&
    [all...]
  /external/v8/test/cctest/
test-parsing.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]

Completed in 418 milliseconds