Searched refs:scriptPreprocessorSource (Results 1 – 2 of 2) sorted by relevance
146 if (!m_pageAgent->scriptPreprocessorSource().isEmpty()) in didClearDocumentOfWindowObject()147 scriptDebugServer().setPreprocessorSource(m_pageAgent->scriptPreprocessorSource()); in didClearDocumentOfWindowObject()
167 String scriptPreprocessorSource() { return m_scriptPreprocessorSource; } in scriptPreprocessorSource() function