Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h175 bool ContextLocalIsParameter(int var) const;
Dscope-info.cc885 bool ScopeInfo::ContextLocalIsParameter(int var) const { in ContextLocalIsParameter() function in v8::internal::ScopeInfo
891 DCHECK(ContextLocalIsParameter(var)); in ContextLocalParameterNumber()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc450 if (!scope_info->ContextLocalIsParameter(i)) continue; in NewSloppyArguments()