HomeSort by relevance Sort by last modified time
    Searched refs:scope_info_ (Results 1 - 2 of 2) 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

Completed in 1982 milliseconds