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>)