summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/async_wrap.h')
-rw-r--r--src/async_wrap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/async_wrap.h b/src/async_wrap.h
index 34e84fde6d..dac86d694a 100644
--- a/src/async_wrap.h
+++ b/src/async_wrap.h
@@ -209,6 +209,11 @@ class AsyncWrap : public BaseObject {
ProviderType provider,
double execution_async_id,
bool silent);
+ AsyncWrap(Environment* env,
+ v8::Local<v8::Object> promise,
+ ProviderType provider,
+ double execution_async_id,
+ double trigger_async_id);
ProviderType provider_type_ = PROVIDER_NONE;
bool init_hook_ran_ = false;
// Because the values may be Reset(), cannot be made const.