| 760 | |
| 761 | template <typename DataType, typename HintType> |
| 762 | void BasicEnv::DefaultFiniWithHint(Env, DataType* data, HintType*) { |
| 763 | delete data; |
| 764 | } |
| 765 | #endif // NAPI_VERSION > 5 |
| 766 | |
| 767 | #if NAPI_VERSION > 8 |
nothing calls this directly
no outgoing calls
no test coverage detected