Home
last modified time | relevance | path

Searched refs:SymbolsForSourceId (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dserver-data.h59 static const Symbols& SymbolsForSourceId(SourceId id) { in SymbolsForSourceId() function
/third_party/node/deps/v8/src/torque/ls/
Dmessage-handler.cc311 for (const auto& symbol : LanguageServerData::SymbolsForSourceId(id)) { in HandleDocumentSymbolRequest()