Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinspected-context.h33 String16 humanReadableName() const { return m_humanReadableName; } in humanReadableName()
57 const String16 m_humanReadableName; variable
Dinspected-context.cc57 m_humanReadableName(toString16(info.humanReadableName)), in InspectedContext()