We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7556994 commit 8a8c178Copy full SHA for 8a8c178
src/node.h
@@ -710,16 +710,6 @@ class AsyncResource {
710
trigger_async_id);
711
}
712
713
- AsyncResource(v8::Isolate* isolate,
714
- v8::Local<v8::Object> resource,
715
- v8::Local<v8::String> name,
716
- async_id trigger_async_id = -1)
717
- : isolate_(isolate),
718
- resource_(isolate, resource) {
719
- async_context_ = EmitAsyncInit(isolate, resource, name,
720
- trigger_async_id);
721
- }
722
-
723
virtual ~AsyncResource() {
724
EmitAsyncDestroy(isolate_, async_context_);
725
resource_.Reset();
0 commit comments