pub unsafe fn run_compiled_function(
context: *mut JSContext,
compiled_func: &QuickJsValueAdapter,
) -> Result<QuickJsValueAdapter, JsError>
Expand description
run a compiled function, see compile for an example
ยงSafety
When passing a context pointer please make sure the corresponding QuickJsContext is still valid