Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.cc117 v8::Local<v8::String> titleValue; in firstArgToString() local
121 &titleValue)) in firstArgToString()
124 if (!m_info[0]->ToString(m_context).ToLocal(&titleValue)) in firstArgToString()
127 return toProtocolString(m_context->GetIsolate(), titleValue); in firstArgToString()