Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-script.cc78 m_sourceURL = toProtocolString(tmp); in V8DebuggerScript()
135 return m_sourceURL.isEmpty() ? m_url : m_sourceURL; in sourceURL()
143 m_sourceURL = sourceURL; in setSourceURL()
Dv8-debugger-script.h50 bool hasSourceURL() const { return !m_sourceURL.isEmpty(); } in hasSourceURL()
77 String16 m_sourceURL; variable