Home
last modified time | relevance | path

Searched refs:ReceiverContextSlotIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dscope-info.h155 int ReceiverContextSlotIndex() const;
Dscope-info.cc759 int ScopeInfo::ReceiverContextSlotIndex() const { in ReceiverContextSlotIndex() function in v8::internal::ScopeInfo
/external/v8/src/ast/
Dscopes.cc1001 index == scope_info_->ReceiverContextSlotIndex()) { in LookupInScopeInfo()
/external/v8/src/
Dbootstrapper.cc1201 int slot = scope_info->ReceiverContextSlotIndex(); in InstallGlobalThisBinding()