| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0267d27 commit 9af2862
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4710,7 +4710,7 @@ napi_status napi_get_cb_info(napi_env env, | |||
| 4710 | 4710 | * `[in-out] argc`: Specifies the length of the provided `argv` array and | |
| 4711 | 4711 | receives the actual count of arguments. `argc` can | |
| 4712 | 4712 | optionally be ignored by passing `NULL`. | |
| 4713 | - * `[out] argv`: Buffer to which the `napi_value` representing the arguments are | ||
| 4713 | + * `[out] argv`: C array of `napi_value`s to which the arguments will be | ||
| 4714 | 4714 | copied. If there are more arguments than the provided count, only the | |
| 4715 | 4715 | requested number of arguments are copied. If there are fewer arguments | |
| 4716 | 4716 | provided than claimed, the rest of `argv` is filled with `napi_value` values | |
| Back | FazBrowse Home | New Git URL |
0 commit comments