Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-script.h59 bool hasSourceURLComment() const { return m_hasSourceURLComment; } in hasSourceURLComment()
99 bool m_hasSourceURLComment = false; variable
Dv8-stack-trace-impl.h46 bool m_hasSourceURLComment; variable
Dv8-stack-trace-impl.cc127 m_hasSourceURLComment(v8Frame->GetScriptName() != in StackFrame()
151 if (client && !m_hasSourceURLComment && frameUrl.length() > 0) { in buildInspectorObject()
Dv8-debugger-script.cc244 m_hasSourceURLComment = in Initialize()
434 m_hasSourceURLComment = true; in setSourceURL()