Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.h46 kFunctionLiteral, enumerator
Ddebug-scope-iterator.cc55 ::v8::internal::ScopeIterator::ReparseStrategy::kFunctionLiteral) { in DebugScopeIterator()
Ddebug-stack-trace-iterator.cc100 ScopeIterator::ReparseStrategy::kFunctionLiteral); in GetReceiver()
Ddebug-scopes.cc76 TryParseAndRetrieveScopes(ReparseStrategy::kFunctionLiteral); in ScopeIterator()
245 strategy == ReparseStrategy::kFunctionLiteral) in TryParseAndRetrieveScopes()
/external/v8/src/ast/
Dast.h2278 : Expression(position, kFunctionLiteral), in Expression() argument