Home | History | Annotate | Download | only in tests

Lines Matching refs:ExecuteScript

104   // we can ExecuteScript at instance destruction without crashing. It also
105 // allows us to check that ExecuteScript will run and succeed in certain
107 // deletion, ExecuteScript will actually work. See
109 // ExecuteScript will *not* have an effect when the instance is destroyed
111 pp::Var ret = instance()->ExecuteScript(
116 RUN_TEST(ExecuteScript, filter);
139 pp::Var ret = instance_->ExecuteScript(
147 ret = instance_->ExecuteScript(
154 ret = instance_->ExecuteScript(
165 ret = instance_->ExecuteScript("document.doesntExist()", &exception);
249 pp::Var result = instance()->ExecuteScript(
264 pp::Var result = instance()->ExecuteScript(
268 instance()->ExecuteScript("sessionStorage.removeItem('instance_destroyed');");