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

  /external/v8/src/parsing/
parser.cc 2223 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); local
2822 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); local
3036 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); local
4746 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); local
    [all...]
preparser.cc 1277 Scope* block_scope = NewScope(scope_, BLOCK_SCOPE); local
    [all...]
  /external/v8/src/debug/
debug-scopes.cc 202 case BLOCK_SCOPE:
543 Handle<JSObject> block_scope = local
549 frame_inspector_->MaterializeStackLocals(block_scope, scope_info);
558 context, block_scope);
562 handle(context->extension_object()), block_scope,
568 return block_scope;
  /external/v8/src/full-codegen/
full-codegen.h 195 auto block_scope = statement()->AsBlock()->scope(); variable
196 if (block_scope != nullptr) {
197 if (block_scope->ContextLocalCount() > 0) ++(*context_length);
    [all...]

Completed in 285 milliseconds