| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,6 @@ void HandleWrap::Unref(const FunctionCallbackInfo<Value>& args) { | |||
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | 41 | void HandleWrap::IsRefed(const FunctionCallbackInfo<Value>& args) { | |
| 42 | - Environment* env = Environment::GetCurrent(args); | ||
| 43 | 42 | HandleWrap* wrap = Unwrap<HandleWrap>(args.Holder()); | |
| 44 | 43 | ||
| 45 | 44 | bool refed = IsAlive(wrap) && (wrap->flags_ & kUnref) == 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments