Searched refs:scriptPreprocessorSource (Results 1 – 2 of 2) sorted by relevance
140 if (!m_pageAgent->scriptPreprocessorSource().isEmpty()) in didClearWindowObjectInWorld()141 scriptDebugServer().setPreprocessorSource(m_pageAgent->scriptPreprocessorSource()); in didClearWindowObjectInWorld()
174 String scriptPreprocessorSource() { return m_scriptPreprocessorSource; } in scriptPreprocessorSource() function