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 156 num_heap_slots_ = scope_info_->NumberOfContextSlots();
167 scope_info_->ContextSlotIndex(
208 scope_info_ = scope_info;
308 ASSERT(scope_info_->StackSlotIndex(*name) < 0);
312 int index = scope_info_->ContextSlotIndex(*name, &mode);
320 index = scope_info_->ParameterIndex(*name);
336 index = scope_info_->FunctionContextSlotIndex(*name);
339 ASSERT(scope_info_->StackSlotIndex(*name) < 0);
    [all...]
scopes.h 394 Handle<SerializedScopeInfo> scope_info_; member in class:v8::internal::Scope
395 bool resolved() { return !scope_info_.is_null(); }

Completed in 38 milliseconds