|
20 | 20 | | [`Napi::Env`][] | |
|
21 | 21 | | [`Napi::Error`][] | [`Napi::ObjectReference`][], [`std::exception`][] |
|
22 | 22 | | [`Napi::EscapableHandleScope`][] | |
|
23 |
| -| [`Napi::External`][] | [`Napi::Value`][] | |
| 23 | +| [`Napi::External`][] | [`Napi::TypeTaggable`][] | |
24 | 24 | | [`Napi::Function`][] | [`Napi::Object`][] |
|
25 | 25 | | [`Napi::FunctionReference`][] | [`Napi::Reference<Napi::Function>`][] |
|
26 | 26 | | [`Napi::HandleScope`][] | |
|
27 | 27 | | [`Napi::InstanceWrap`][] | |
|
28 | 28 | | [`Napi::MemoryManagement`][] | |
|
29 | 29 | | [`Napi::Name`][] | [`Napi::Value`][] |
|
30 | 30 | | [`Napi::Number`][] | [`Napi::Value`][] |
|
31 |
| -| [`Napi::Object`][] | [`Napi::Value`][] | |
| 31 | +| [`Napi::Object`][] | [`Napi::TypeTaggable`][] | |
32 | 32 | | [`Napi::ObjectReference`][] | [`Napi::Reference<Napi::Object>`][] |
|
33 | 33 | | [`Napi::ObjectWrap`][] | [`Napi::InstanceWrap`][], [`Napi::Reference<Napi::Object>`][] |
|
34 | 34 | | [`Napi::Promise`][] | [`Napi::Object`][] |
|
|
38 | 38 | | [`Napi::String`][] | [`Napi::Name`][] |
|
39 | 39 | | [`Napi::Symbol`][] | [`Napi::Name`][] |
|
40 | 40 | | [`Napi::ThreadSafeFunction`][] | |
|
| 41 | +| [`Napi::TypeTaggable`][] | [`Napi::Value][] | |
41 | 42 | | [`Napi::TypeError`][] | [`Napi::Error`][] |
|
42 | 43 | | [`Napi::TypedArray`][] | [`Napi::Object`][] |
|
43 | 44 | | [`Napi::TypedArrayOf`][] | [`Napi::TypedArray`][] |
|
|
83 | 84 | [`Napi::Symbol`]: ./symbol.md
|
84 | 85 | [`Napi::ThreadSafeFunction`]: ./threadsafe_function.md
|
85 | 86 | [`Napi::TypeError`]: ./type_error.md
|
| 87 | +[`Napi::TypeTaggable`]: ./type_taggable.md |
86 | 88 | [`Napi::TypedArray`]: ./typed_array.md
|
87 | 89 | [`Napi::TypedArrayOf`]: ./typed_array_of.md
|
88 | 90 | [`Napi::Uint8Array`]: ./typed_array_of.md
|
|
0 commit comments