Home
last modified time | relevance | path

Searched refs:ReparseStrategy (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.h43 enum class ReparseStrategy { enum
49 ReparseStrategy strategy);
140 void TryParseAndRetrieveScopes(ReparseStrategy strategy);
Ddebug-scopes.cc27 ReparseStrategy strategy) in ScopeIterator()
78 TryParseAndRetrieveScopes(ReparseStrategy::kFunctionLiteral); in ScopeIterator()
207 void ScopeIterator::TryParseAndRetrieveScopes(ReparseStrategy strategy) { in TryParseAndRetrieveScopes()
253 strategy == ReparseStrategy::kFunctionLiteral) in TryParseAndRetrieveScopes()
Ddebug-scope-iterator.cc53 ::v8::internal::ScopeIterator::ReparseStrategy::kFunctionLiteral) { in DebugScopeIterator()
Ddebug-stack-trace-iterator.cc97 ScopeIterator::ReparseStrategy::kFunctionLiteral); in GetReceiver()
Ddebug-evaluate.cc212 ScopeIterator::ReparseStrategy::kScript) { in ContextBuilder()