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

  /external/v8/src/ast/
scopes.cc 120 num_heap_slots_ = scope_info_->ContextLength();
196 scope_info_ = scope_info;
395 if (result != NULL || scope_info_.is_null()) {
404 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope());
411 int index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode,
415 index = ScopeInfo::ContextGlobalSlotIndex(scope_info_, name_handle, &mode,
420 index = scope_info_->ParameterIndex(*name_handle);
438 index == scope_info_->ReceiverContextSlotIndex()) {
455 } else if (!scope_info_.is_null()) {
458 int index = scope_info_->FunctionContextSlotIndex(*(name->string()), &mode)
    [all...]
scopes.h 689 Handle<ScopeInfo> scope_info_; member in class:v8::internal::Scope

Completed in 54 milliseconds