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

  /external/v8/src/full-codegen/
full-codegen.h 178 auto block_scope = statement()->AsBlock()->scope(); variable
179 if (block_scope != nullptr) {
180 if (block_scope->ContextLocalCount() > 0) ++(*context_length);
    [all...]
  /external/v8/src/parsing/
parser-base.h 308 new (zone) Scope(zone, *scope_stack, BLOCK_SCOPE)) {}
655 return new (zone()) DeclarationScope(zone(), scope(), BLOCK_SCOPE);
5591 Scope* block_scope = scope()->FinalizeBlockScope(); local
5806 Scope* block_scope = scope()->FinalizeBlockScope(); local
    [all...]

Completed in 280 milliseconds