Skip to main content

execute_script_with_options

Function execute_script_with_options 

Source
pub fn execute_script_with_options(
    scope: &mut HandleScope<'_>,
    bridge_ctx: Option<&BridgeCallContext>,
    bridge_code: &str,
    user_code: &str,
    file_path: Option<&str>,
    bridge_cache: &mut Option<BridgeCodeCache>,
) -> (i32, Option<ExecutionError>)