Home
last modified time | relevance | path

Searched refs:from_gc (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dasync_wrap.h163 void EmitDestroy(bool from_gc = false);
Dasync_wrap.cc348 void AsyncWrap::EmitDestroy(bool from_gc) { in EmitDestroy() argument
353 if (!persistent().IsEmpty() && !from_gc) { in EmitDestroy()