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 895719d commit e0fe11cCopy full SHA for e0fe11c
doc/api/n-api.md
@@ -4727,8 +4727,8 @@ napi_status napi_get_cb_info(napi_env env,
4727
provided than claimed, the rest of `argv` is filled with `napi_value` values
4728
that represent `undefined`. `argv` can optionally be ignored by
4729
passing `NULL`.
4730
-* `[out] this`: Receives the JavaScript `this` argument for the call. `this`
4731
- 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`.
4732
* `[out] data`: Receives the data pointer for the callback. `data` can
4733
optionally be ignored by passing `NULL`.
4734
0 commit comments