handle_execute_async_script

Function handle_execute_async_script 

Source
pub(crate) fn handle_execute_async_script(
    window: Option<DomRoot<Window>>,
    eval: String,
    reply: GenericSender<WebDriverJSResult>,
    cx: &mut JSContext,
)