Function quickjs_runtime::quickjs_utils::bigints::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