Searched refs:ReparseStrategy (Results 1 – 5 of 5) sorted by relevance
43 enum class ReparseStrategy { enum49 ReparseStrategy strategy);140 void TryParseAndRetrieveScopes(ReparseStrategy strategy);
27 ReparseStrategy strategy) in ScopeIterator()78 TryParseAndRetrieveScopes(ReparseStrategy::kFunctionLiteral); in ScopeIterator()207 void ScopeIterator::TryParseAndRetrieveScopes(ReparseStrategy strategy) { in TryParseAndRetrieveScopes()253 strategy == ReparseStrategy::kFunctionLiteral) in TryParseAndRetrieveScopes()
53 ::v8::internal::ScopeIterator::ReparseStrategy::kFunctionLiteral) { in DebugScopeIterator()
97 ScopeIterator::ReparseStrategy::kFunctionLiteral); in GetReceiver()
212 ScopeIterator::ReparseStrategy::kScript) { in ContextBuilder()