-
-
Notifications
You must be signed in to change notification settings - Fork 487
Closed
Description
This PR added support for napi_type_tag_object, but it did so for Napi::Object.
This API is mostly useful for Napi::Externals which do no inherit from Napi::Object.
Lines 984 to 991 in b16c762
| void TypeTag(const napi_type_tag* type_tag) const; | |
| bool CheckTypeTag(const napi_type_tag* type_tag) const; | |
| #endif // NAPI_VERSION >= 8 | |
| }; | |
| template <typename T> | |
| class External : public Value { | |
| public: |
Should this api be moved down to Napi::Value?
Metadata
Metadata
Assignees
Labels
No labels