| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -577,7 +577,6 @@ class SignBase : public BaseObject { | |||
| 577 | 577 | ||
| 578 | 578 | class Sign : public SignBase { | |
| 579 | 579 | public: | |
| 580 | - | ||
| 581 | 580 | static void Initialize(Environment* env, v8::Local<v8::Object> target); | |
| 582 | 581 | ||
| 583 | 582 | Error SignInit(const char* sign_type); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,6 +64,7 @@ class SigintWatchdogHelper { | |||
| 64 | 64 | ||
| 65 | 65 | int Start(); | |
| 66 | 66 | bool Stop(); | |
| 67 | + | ||
| 67 | 68 | private: | |
| 68 | 69 | SigintWatchdogHelper(); | |
| 69 | 70 | ~SigintWatchdogHelper(); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,7 +52,6 @@ void InitZlib(v8::Local<v8::Object> target); | |||
| 52 | 52 | */ | |
| 53 | 53 | class ZCtx : public AsyncWrap { | |
| 54 | 54 | public: | |
| 55 | - | ||
| 56 | 55 | ZCtx(Environment* env, Local<Object> wrap, node_zlib_mode mode) | |
| 57 | 56 | : AsyncWrap(env, wrap, AsyncWrap::PROVIDER_ZLIB), | |
| 58 | 57 | chunk_size_(0), | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -286,6 +286,7 @@ class MaybeStackBuffer { | |||
| 286 | 286 | if (buf_ != buf_st_) | |
| 287 | 287 | free(buf_); | |
| 288 | 288 | } | |
| 289 | + | ||
| 289 | 290 | private: | |
| 290 | 291 | size_t length_; | |
| 291 | 292 | T* buf_; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments