| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected