Home
last modified time | relevance | path

Searched refs:humanReadableName (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h88 StringView humanReadableName) in V8ContextInfo()
91 humanReadableName(humanReadableName), in V8ContextInfo()
97 StringView humanReadableName; member in v8_inspector::V8ContextInfo
87 V8ContextInfo(v8::Local<v8::Context> context, int contextGroupId, StringView humanReadableName) V8ContextInfo() argument
/third_party/node/deps/v8/include/
H A Dv8-inspector.h88 StringView humanReadableName) in V8ContextInfo()
91 humanReadableName(humanReadableName), in V8ContextInfo()
97 StringView humanReadableName; member in v8_inspector::V8ContextInfo
87 V8ContextInfo(v8::Local<v8::Context> context, int contextGroupId, StringView humanReadableName) V8ContextInfo() argument
/third_party/node/deps/v8/src/inspector/
H A Dinspected-context.h45 String16 humanReadableName() const { return m_humanReadableName; } in humanReadableName() function in v8_inspector::InspectedContext
H A Dinspected-context.cc57 m_humanReadableName(toString16(info.humanReadableName)), in InspectedContext()
H A Dv8-runtime-agent-impl.cc753 executionContextName.fromJust() != context->humanReadableName()) in addBinding()
861 const String16 contextName = context->humanReadableName(); in addBindings()
957 .setName(context->humanReadableName()) in reportExecutionContextCreated()

Completed in 6 milliseconds