We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
napi_get_cb_info()
n-api.md
1 parent 0f8ce84 commit dc7d904Copy full SHA for dc7d904
doc/api/n-api.md
@@ -4731,8 +4731,8 @@ napi_status napi_get_cb_info(napi_env env,
4731
provided than claimed, the rest of `argv` is filled with `napi_value` values
4732
that represent `undefined`. `argv` can optionally be ignored by
4733
passing `NULL`.
4734
-* `[out] this`: Receives the JavaScript `this` argument for the call. `this`
4735
- can optionally be ignored by passing `NULL`.
+* `[out] thisArg`: Receives the JavaScript `this` argument for the call.
+ `thisArg` can optionally be ignored by passing `NULL`.
4736
* `[out] data`: Receives the data pointer for the callback. `data` can
4737
optionally be ignored by passing `NULL`.
4738
0 commit comments