| 17 | } |
| 18 | |
| 19 | inline Napi::String InternalizedFromLatin1(Napi::Env env, const char* str) { |
| 20 | return Napi::String::New(env, str); |
| 21 | } |
| 22 | |
| 23 | // Replicates the semantics of v8::Value::IsInt32() (an integral number within |
| 24 | // the range of a 32-bit signed integer, excluding -0), which has no direct |