Home
last modified time | relevance | path

Searched refs:ContextLocalParameterNumber (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dscope-info.h121 uint32_t ContextLocalParameterNumber(int var) const;
Dscope-info.cc655 uint32_t ScopeInfo::ContextLocalParameterNumber(int var) const { in ContextLocalParameterNumber() function in v8::internal::ScopeInfo
/external/v8/src/runtime/
Druntime-scopes.cc444 int parameter = scope_info->ContextLocalParameterNumber(i); in NewSloppyArguments()