File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ us a report nonetheless.
197
197
198
198
- [ #14519 ] ( https://github.com/nodejs/node/issues/14519 ) : _ Internal domain
199
199
function can be used to cause segfaults_ . Causing program termination using
200
- either the public Javascript APIs or the private bindings layer APIs requires
201
- the ability to execute arbitrary Javascript code, which is already the highest
200
+ either the public JavaScript APIs or the private bindings layer APIs requires
201
+ the ability to execute arbitrary JavaScript code, which is already the highest
202
202
level of privilege possible.
203
203
204
204
- [ #12141 ] ( https://github.com/nodejs/node/pull/12141 ) : _ buffer: zero fill
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ typedef void (*napi_async_complete_callback)(napi_env env,
204
204
```
205
205
206
206
## Error Handling
207
- N-API uses both return values and Javascript exceptions for error handling.
207
+ N-API uses both return values and JavaScript exceptions for error handling.
208
208
The following sections explain the approach for each case.
209
209
210
210
### Return values
@@ -2863,7 +2863,7 @@ Returns `napi_ok` if the API succeeded.
2863
2863
2864
2864
This API allows an add-on author to create a function object in native code.
2865
2865
This is the primary mechanism to allow calling *into* the add-on's native code
2866
- *from* Javascript .
2866
+ *from* JavaScript .
2867
2867
2868
2868
*Note*: The newly created function is not automatically visible from
2869
2869
script after this call. Instead, a property must be explicitly set on any
You can’t perform that action at this time.
0 commit comments