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

  /external/v8/src/
scopes.cc 137 num_heap_slots_ = scope_info_->ContextLength();
193 scope_info_ = scope_info;
382 if (result != NULL || scope_info_.is_null()) {
387 ASSERT(scope_info_->StackSlotIndex(*name) < 0);
392 int index = scope_info_->ContextSlotIndex(*name, &mode, &init_flag);
397 index = scope_info_->ParameterIndex(*name);
417 } else if (!scope_info_.is_null()) {
420 int index = scope_info_->FunctionContextSlotIndex(*name, &mode);
692 if (scope_info_.is_null()) {
693 scope_info_ = ScopeInfo::Create(this)
    [all...]
scopes.h 493 Handle<ScopeInfo> scope_info_; member in class:v8::internal::Scope
  /external/chromium_org/v8/src/
scopes.cc 143 num_heap_slots_ = scope_info_->ContextLength();
205 scope_info_ = scope_info;
396 if (result != NULL || scope_info_.is_null()) {
401 ASSERT(scope_info_->StackSlotIndex(*name) < 0);
407 int index = scope_info_->ContextSlotIndex(*name, &mode, &init_flag);
410 index = scope_info_->ParameterIndex(*name);
429 } else if (!scope_info_.is_null()) {
432 int index = scope_info_->FunctionContextSlotIndex(*name, &mode);
755 if (scope_info_.is_null()) {
756 scope_info_ = ScopeInfo::Create(this, zone())
    [all...]
scopes.h 526 Handle<ScopeInfo> scope_info_; member in class:v8::internal::Scope

Completed in 151 milliseconds