Searched refs:m_scriptName (Results 1 – 2 of 2) sorted by relevance
70 m_scriptName("undefined"), in Frame()80 m_scriptName(scriptName), in Frame()97 .setUrl(m_scriptName) in buildInspectorObject()104 return Frame(m_functionName, m_scriptId, m_scriptName, m_lineNumber, in clone()227 return toStringView(m_frames[0].m_scriptName); in topSourceURL()
38 const String16& sourceURL() const { return m_scriptName; } in sourceURL()50 String16 m_scriptName; variable