Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dinspected-context.h45 String16 humanReadableName() const { return m_humanReadableName; } in humanReadableName()
74 const String16 m_humanReadableName; variable
Dinspected-context.cc57 m_humanReadableName(toString16(info.humanReadableName)), in InspectedContext()