static NAN_GC_CALLBACK()

in src/GcProfiler.hh [60:65]


  static NAN_GC_CALLBACK(_aiGcEpilogueCB) {
    // GC is finished, wrap up measurements
    if (GcProfiler::_self) {
      GcProfiler::_self->_gcDone(type);
    }
  }