doc: napi_get_value_bigint_words argument order
PR-URL: https://github.com/nodejs/node/pull/26300 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
13b1aafe87
commit
f4257a2af1
@ -2306,8 +2306,8 @@ added: v10.7.0
|
|||||||
```C
|
```C
|
||||||
napi_status napi_get_value_bigint_words(napi_env env,
|
napi_status napi_get_value_bigint_words(napi_env env,
|
||||||
napi_value value,
|
napi_value value,
|
||||||
size_t* word_count,
|
|
||||||
int* sign_bit,
|
int* sign_bit,
|
||||||
|
size_t* word_count,
|
||||||
uint64_t* words);
|
uint64_t* words);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user