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

  /external/v8/src/parsing/
parameter-initializer-rewriter.cc 103 DCHECK(param_scope->is_block_scope());
pattern-rewriter.cc 332 scope()->is_block_scope()) {
  /external/v8/src/ast/
scopes.cc 480 (is_block_scope() && outer_scope()->is_function_scope()));
481 DCHECK(HasSimpleParameters() || is_block_scope() || is_being_lazily_parsed_);
728 DCHECK(is_block_scope());
744 DCHECK(is_block_scope());
    [all...]
scopes.h 320 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; } function in class:v8::internal::Scope
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]

Completed in 619 milliseconds