Lines Matching defs:script
12 * of the currently selected frame. The executed script is assumed to be
13 * synchronous and the result of evaluating the script will be returned.
15 * @param string $script The script to inject.
16 * @param array $arguments The arguments of the script.
17 * @return mixed The return value of the script.
19 public function executeScript($script, array $arguments = []);
30 * @param string $script The script to inject.
31 * @param array $arguments The arguments of the script.
32 * @return mixed The value passed by the script to the callback.
34 public function executeAsyncScript($script, array $arguments = []);