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

  /external/v8/src/ast/
scopes.h 248 DCHECK(!is_module_scope() || is_strict(language_mode));
317 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; } function in class:v8::internal::Scope
720 return (is_function_scope() && !is_arrow_scope()) || is_module_scope();
734 DCHECK(is_function_scope() || is_module_scope());
747 DCHECK(is_function_scope() || is_module_scope());
    [all...]
scopes.cc 456 DCHECK(is_module_scope());
461 DCHECK(is_module_scope());
708 DCHECK(is_function_scope() || is_module_scope());
    [all...]
  /external/v8/src/objects/
scope-info.cc 88 DCHECK(module_vars_count == 0 || scope->is_module_scope());
139 (scope->is_module_scope()
275 if (scope->is_module_scope()) {
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]
  /external/v8/src/parsing/
parser.cc 583 DCHECK(!info->is_module() || scope->is_module_scope());
    [all...]
parser-base.h     [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 302 closure_scope->is_module_scope()) {
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc     [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc     [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc     [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc     [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc     [all...]

Completed in 1029 milliseconds