quickjs_runtime::quickjs_utils::bigints

Function new_bigint_str

source
pub unsafe fn new_bigint_str(
    context: *mut JSContext,
    input_str: &str,
) -> Result<QuickJsValueAdapter, JsError>
Expand description

ยงSafety

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