Function quickjs_runtime::quickjs_utils::compile::run_compiled_function
source · 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