Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-inspector.h76 StringView humanReadableName) in V8ContextInfo() argument
79 humanReadableName(humanReadableName), in V8ContextInfo()
85 StringView humanReadableName; variable
/external/v8/src/inspector/
Dinspected-context.h37 String16 humanReadableName() const { return m_humanReadableName; } in humanReadableName() function
Dinspected-context.cc57 m_humanReadableName(toString16(info.humanReadableName)), in InspectedContext()
Dv8-runtime-agent-impl.cc718 executionContextName.fromJust() != context->humanReadableName()) in addBinding()
783 const String16 contextName = context->humanReadableName(); in addBindings()
867 .setName(context->humanReadableName()) in reportExecutionContextCreated()