Home | History | Annotate | Download | only in front_end

Lines Matching refs:injectedScript

325         var injectedScript;
326 if (options.injectedScript)
327 injectedScript = "(function(){" + options.injectedScript + "})()";
328 PageAgent.reload(!!options.ignoreCache, injectedScript);