Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc419 if (inner->IsSkippableFunctionScope()) { in SaveDataForInnerScopes()
/third_party/node/deps/v8/src/ast/
Dscopes.h585 bool IsSkippableFunctionScope();
Dscopes.cc1711 bool Scope::IsSkippableFunctionScope() { in IsSkippableFunctionScope() function in v8::internal::Scope
1725 if (scope->IsSkippableFunctionScope()) { in SavePreparseData()