static NAN_GC_CALLBACK()

in src/GcProfiler.hh [53:58]


  static NAN_GC_CALLBACK(_aiGcPrologueCB) {
    // GC is starting, starting measurements
    if (GcProfiler::_self) {
      GcProfiler::_self->_gcStart();
    }
  }