Searched refs:m_scriptsToExecuteSoon (Results 1 – 3 of 3) sorted by relevance
46 for (size_t i = 0; i < m_scriptsToExecuteSoon.size(); ++i) in ~ScriptRunner()64 m_scriptsToExecuteSoon.append(PendingScript(element, cachedScript.get())); in queueScriptForExecution()102 scripts.swap(m_scriptsToExecuteSoon); in timerFired()
50 …bool hasPendingScripts() const { return !m_scriptsToExecuteSoon.isEmpty() || !m_scriptsToExecuteIn… in hasPendingScripts()62 …Vector<PendingScript> m_scriptsToExecuteSoon; // http://www.whatwg.org/specs/web-apps/current-work… variable
18819 m_scriptsToExecuteSoon.18821 scripts in m_scriptsToExecuteSoon and deref()s them.18823 m_scriptsToExecuteSoon and ref()s the script element, which keeps the