| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -106,6 +106,10 @@ void LibuvStreamWrap::Initialize(Local<Object> target, | |||
| 106 | 106 | void LibuvStreamWrap::RegisterExternalReferences( | |
| 107 | 107 | ExternalReferenceRegistry* registry) { | |
| 108 | 108 | registry->Register(IsConstructCallCallback); | |
| 109 | + registry->Register(GetWriteQueueSize); | ||
| 110 | + registry->Register(SetBlocking); | ||
| 111 | + // TODO(joyee): StreamBase::RegisterExternalReferences() is called somewhere | ||
| 112 | + // else but we may want to do it here too and guard it with a static flag. | ||
| 109 | 113 | } | |
| 110 | 114 | ||
| 111 | 115 | LibuvStreamWrap::LibuvStreamWrap(Environment* env, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments