Lines Matching refs:prepareScript
525 Frequent crashes beneath WebCore::ScriptElement::prepareScript
44229 (WebCore::ScriptElement::prepareScript): Added support for forceAsync.
63713 …This implements the "prepare a script" section of the HTML5 spec in ScriptElement::prepareScript().
63730 (WebCore::ScriptElement::insertedIntoDocument): Logic moved to prepareScript.
63731 (WebCore::ScriptElement::childrenChanged): Logic moved to prepareScript.
63732 (WebCore::ScriptElement::handleSourceAttribute): Logic moved to prepareScript.
63735 …(WebCore::ScriptElement::prepareScript): START HERE. Main change. Should read exactly like HTML5's…
63736 …(WebCore::ScriptElement::requestScript): Most logic moved to prepareScript. Check security setting…
63737 …Script): Combined evaluateScript() and executeScript() from old code. Logic moved to prepareScript.
63748 …(WebCore::ScriptElement::cachedScript): prepareScript() is the only place that should load scripts…
63751 …ocumentParser::endElementNs): Should behave the same. Offloads much of its work to prepareScript().
63760 …HTMLScriptRunner::runScript): Should behave the same. Offloads much of its work to prepareScript().