MCPcopy Create free account
hub / github.com/nodejs/nan / ~AsyncResource

Method ~AsyncResource

nan.h:617–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615 }
616
617 ~AsyncResource() {
618#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION
619 v8::Isolate* isolate = v8::Isolate::GetCurrent();
620 node::EmitAsyncDestroy(isolate, context);
621#endif
622 }
623
624 inline MaybeLocal<v8::Value> runInAsyncScope(
625 v8::Local<v8::Object> target

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected