Searched refs:m_hasSourceURLComment (Results 1 – 4 of 4) sorted by relevance
64 bool hasSourceURLComment() const { return m_hasSourceURLComment; } in hasSourceURLComment()118 bool m_hasSourceURLComment = false; variable
49 bool m_hasSourceURLComment; variable
298 m_hasSourceURLComment = in Initialize()371 m_hasSourceURLComment = true; in setSourceURL()
180 m_hasSourceURLComment(hasSourceURLComment) { in StackFrame()203 if (client && !m_hasSourceURLComment && frameUrl.length() > 0) { in buildInspectorObject()