| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0e68f55 commit 4d396fd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -981,6 +981,7 @@ napi_status napi_has_own_property(napi_env env, | |||
| 981 | 981 | bool* result) { | |
| 982 | 982 | NAPI_PREAMBLE(env); | |
| 983 | 983 | CHECK_ARG(env, key); | |
| 984 | + CHECK_ARG(env, result); | ||
| 984 | 985 | ||
| 985 | 986 | v8::Local<v8::Context> context = env->context(); | |
| 986 | 987 | v8::Local<v8::Object> obj; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments