Function quickjs_rusty::compile::run_compiled_function
source ยท pub fn run_compiled_function(
func: &JsCompiledFunction,
) -> Result<OwnedJsValue, ExecutionError>
Expand description
run a compiled function, see compile for an example