Searched refs:scope_info_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.cc112 num_heap_slots_ = scope_info_->ContextLength();
177 scope_info_ = scope_info;
377 if (result != NULL || scope_info_.is_null()) {
386 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0);
393 int index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode,
397 index = scope_info_->ParameterIndex(*name_handle);
420 } else if (!scope_info_.is_null()) {
423 int index = scope_info_->FunctionContextSlotIndex(*(name->string()), &mode);
747 if (scope_info_.is_null()) {
748 scope_info_
[all...]
H A Dscopes.h505 Handle<ScopeInfo> scope_info_; member in class:v8::internal::Scope
H A Dhydrogen-instructions.h7874 Handle<ScopeInfo> scope_info() const { return scope_info_; }
7888 : scope_info_(scope_info) {
7894 Handle<ScopeInfo> scope_info_; member in class:v8::FINAL::HAllocateBlockContext

Completed in 98 milliseconds