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