Skip to content

Commit

Permalink
doc: explain native external types
Browse files Browse the repository at this point in the history
There is a reference to native external types in
util.types.isExternal api documentation. Provide
a brief explanation to that.
Refs: nodejs#31173 (comment)

PR-URL: nodejs#31214
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
HarshithaKP authored and gireeshpunathil committed Jan 8, 2020
1 parent ba98d9a commit 95871a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,11 @@ added: v10.0.0
* Returns: {boolean}

Returns `true` if the value is a native `External` value.
A native `External` value is a special type of object whose
data is not stored within the JavaScript managed heap
and does not conform to standard JavaScript types. Such
objects are created either by Node.js internals or native
addons and are wrapped by a JavaScript object.

### `util.types.isFloat32Array(value)`
<!-- YAML
Expand Down

0 comments on commit 95871a1

Please sign in to comment.