Home
last modified time | relevance | path

Searched refs:humanReadableName (Results 1 – 4 of 4) sorted by relevance

/external/v8/include/
Dv8-inspector.h74 const StringView& humanReadableName) in V8ContextInfo() argument
77 humanReadableName(humanReadableName), in V8ContextInfo()
83 StringView humanReadableName; variable
/external/v8/src/inspector/
Dinspected-context.h30 String16 humanReadableName() const { return m_humanReadableName; } in humanReadableName() function
Dinspected-context.cc41 m_humanReadableName(toString16(info.humanReadableName)), in InspectedContext()
Dv8-runtime-agent-impl.cc705 .setName(context->humanReadableName()) in reportExecutionContextCreated()