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

  /external/v8/src/
variables.cc 63 && scope_ != NULL && scope_->is_global_scope();
scopes.h 212 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();
scopes.cc 267 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());
    [all...]
rewriter.cc 235 if (!scope->is_global_scope() && !scope->is_eval_scope()) return true;
parser.cc 880 if (!(*scope)->is_global_scope() || info->strict_mode() == STRICT) {
    [all...]
full-codegen.cc 587 DCHECK(scope_->is_global_scope());
694 DCHECK(scope_->is_global_scope());
    [all...]
parser.h 436 if (scope->DeclarationScope()->is_global_scope() &&
    [all...]
hydrogen.cc     [all...]
  /external/v8/test/cctest/
test-parsing.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 198 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
    [all...]
  /external/v8/src/arm64/
full-codegen-arm64.cc 199 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 191 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 207 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
    [all...]
  /external/v8/src/mips64/
full-codegen-mips64.cc 204 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 190 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
    [all...]
  /external/v8/src/x87/
full-codegen-x87.cc 191 if (FLAG_harmony_scoping && info->scope()->is_global_scope()) {
    [all...]

Completed in 481 milliseconds