Function quickjs_rusty::utils::create_empty_array

source ยท
pub fn create_empty_array(
    context: *mut JSContext,
) -> Result<JSValue, ValueError>