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