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

  /external/chromium_org/v8/src/
scopes.cc 120 num_heap_slots_ = scope_info_->ContextLength();
181 scope_info_ = scope_info;
371 if (result != NULL || scope_info_.is_null()) {
376 ASSERT(scope_info_->StackSlotIndex(*name) < 0);
382 int index = ScopeInfo::ContextSlotIndex(scope_info_, name, &mode, &init_flag);
385 index = scope_info_->ParameterIndex(*name);
404 } else if (!scope_info_.is_null()) {
407 int index = scope_info_->FunctionContextSlotIndex(*name, &mode);
730 if (scope_info_.is_null()) {
731 scope_info_ = ScopeInfo::Create(this, zone())
    [all...]
scopes.h 495 Handle<ScopeInfo> scope_info_; member in class:v8::internal::Scope
hydrogen-instructions.h 7797 Handle<ScopeInfo> scope_info_; member in class:HAllocateBlockContext
    [all...]

Completed in 709 milliseconds