| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7ac491b commit 1908668
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1051,6 +1051,9 @@ the ECMAScript Language Specification. | |||
| 1051 | 1051 | In addition to types in that section, `napi_valuetype` can also represent | |
| 1052 | 1052 | `Function`s and `Object`s with external data. | |
| 1053 | 1053 | ||
| 1054 | + A JavaScript value of type `napi_external` appears in JavaScript as a plain | ||
| 1055 | + object such that no properties can be set on it, and no prototype. | ||
| 1056 | + | ||
| 1054 | 1057 | #### napi_typedarray_type | |
| 1055 | 1058 | ```C | |
| 1056 | 1059 | typedef enum { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments