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

  /external/v8/src/ast/
scopes.cc 343 DCHECK(is_block_scope());
404 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope());
595 if (IsLexicalVariableMode(decl->mode()) && !is_block_scope()) continue;
733 if (scope->is_block_scope()) return false;
782 while (!scope->is_declaration_scope() || scope->is_block_scope()) {
    [all...]
scopes.h 327 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; } function in class:v8::internal::Scope
  /external/v8/src/parsing/
pattern-rewriter.cc 402 if (!scope()->is_arrow_scope() && !scope()->is_block_scope()) return;
407 if (scope()->outer_scope()->is_arrow_scope() && scope()->is_block_scope()) {
parser.cc     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc     [all...]

Completed in 76 milliseconds