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

  /external/v8/src/ast/
scopes.cc 132 num_heap_slots_ = scope_info_->ContextLength();
209 scope_info_ = scope_info;
414 if (result != NULL || scope_info_.is_null()) {
423 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope());
430 int index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode,
434 index = ScopeInfo::ContextGlobalSlotIndex(scope_info_, name_handle, &mode,
439 index = scope_info_->ParameterIndex(*name_handle);
457 index == scope_info_->ReceiverContextSlotIndex()) {
474 } else if (!scope_info_.is_null()) {
477 int index = scope_info_->FunctionContextSlotIndex(*(name->string()), &mode)
    [all...]
scopes.h 706 Handle<ScopeInfo> scope_info_; member in class:v8::internal::Scope
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 7807 Handle<ScopeInfo> scope_info_; member in class:final::HAllocateBlockContext
    [all...]

Completed in 366 milliseconds