Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparsed-scope-data.h157 static bool ScopeIsSkippableFunctionScope(Scope* scope);
Dpreparsed-scope-data.cc347 bool ProducedPreParsedScopeData::ScopeIsSkippableFunctionScope(Scope* scope) { in ScopeIsSkippableFunctionScope() function in v8::internal::ProducedPreParsedScopeData
420 if (ScopeIsSkippableFunctionScope(inner)) { in SaveDataForInnerScopes()
/external/v8/src/ast/
Dscopes.cc1535 if (ProducedPreParsedScopeData::ScopeIsSkippableFunctionScope(this)) { in SavePreParsedScopeData()