| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 17f942f commit 4552436
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2534,6 +2534,9 @@ void Initialize(Local<Object> target, | |||
| 2534 | 2534 | use_promises_symbol).Check(); | |
| 2535 | 2535 | } | |
| 2536 | 2536 | ||
| 2537 | + BindingData* FSReqBase::binding_data() { | ||
| 2538 | + return binding_data_.get(); | ||
| 2539 | + } | ||
| 2537 | 2540 | } // namespace fs | |
| 2538 | 2541 | ||
| 2539 | 2542 | } // end namespace node | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -109,7 +109,7 @@ class FSReqBase : public ReqWrap<uv_fs_t> { | |||
| 109 | 109 | ||
| 110 | 110 | void MemoryInfo(MemoryTracker* tracker) const override; | |
| 111 | 111 | ||
| 112 | - BindingData* binding_data() { return binding_data_.get(); } | ||
| 112 | + BindingData* binding_data(); | ||
| 113 | 113 | ||
| 114 | 114 | private: | |
| 115 | 115 | std::unique_ptr<FSContinuationData> continuation_data_; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments