We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b8a89 commit 3637e71Copy full SHA for 3637e71
src/async_wrap.h
@@ -112,6 +112,8 @@ class AsyncWrap : public BaseObject {
112
113
~AsyncWrap() override;
114
115
+ AsyncWrap() = delete;
116
+
117
static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
118
Environment* env);
119
@@ -200,7 +202,6 @@ class AsyncWrap : public BaseObject {
200
202
ProviderType provider,
201
203
double execution_async_id,
204
bool silent);
- inline AsyncWrap();
205
const ProviderType provider_type_;
206
// Because the values may be Reset(), cannot be made const.
207
double async_id_ = -1;
0 commit comments