Function ezjs::run_script[][src]

pub fn run_script<T: Hookable>(
    rt: &mut JsRuntime<T>,
    vmf: SharedFunction
) -> Result<SharedValue, String>

Run bytecode of VMFunction with a runtime, and return the result sharedvalue. See more info via repl example.