| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1045,6 +1045,7 @@ void NativeKeyObject::New(const FunctionCallbackInfo<Value>& args) { | |||
| 1045 | 1045 | CHECK_EQ(args.Length(), 1); | |
| 1046 | 1046 | CHECK(args[0]->IsObject()); | |
| 1047 | 1047 | KeyObjectHandle* handle = Unwrap<KeyObjectHandle>(args[0].As<Object>()); | |
| 1048 | + CHECK_NOT_NULL(handle); | ||
| 1048 | 1049 | new NativeKeyObject(env, args.This(), handle->Data()); | |
| 1049 | 1050 | } | |
| 1050 | 1051 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments