| 98 | } |
| 99 | |
| 100 | void EnvironmentData::SendCollectStatistics() { |
| 101 | uv_async_send(&statistics_async_); |
| 102 | } |
| 103 | |
| 104 | void EnvironmentData::AddGCEpilogueCallback(Nan::GCEpilogueCallback callback, |
| 105 | v8::GCType gc_type_filter) { |
nothing calls this directly
no outgoing calls
no test coverage detected