| 120 | } |
| 121 | |
| 122 | inline void ThrowError(const Napi::Env &env, const char *message) |
| 123 | { |
| 124 | Napi::Error::New(env, message).ThrowAsJavaScriptException(); |
| 125 | } |
| 126 | |
| 127 | inline void ThrowTypeError(const Napi::Env &env, const char *message) |
| 128 | { |
no outgoing calls
no test coverage detected