quickjs_runtime::quickjs_utils::bigints

Function new_bigint_u64

source
pub unsafe fn new_bigint_u64(
    context: *mut JSContext,
    int: u64,
) -> Result<QuickJsValueAdapter, JsError>
Expand description

ยงSafety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid