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.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/async_wrap.h b/src/async_wrap.h
index b52b4d7ee7..1c6e62846d 100644
--- a/src/async_wrap.h
+++ b/src/async_wrap.h
@@ -147,10 +147,12 @@ class AsyncWrap : public BaseObject {
Environment* env);
static void RegisterExternalReferences(ExternalReferenceRegistry* registry);
- static void Initialize(v8::Local<v8::Object> target,
- v8::Local<v8::Value> unused,
- v8::Local<v8::Context> context,
- void* priv);
+ static void CreatePerContextProperties(v8::Local<v8::Object> target,
+ v8::Local<v8::Value> unused,
+ v8::Local<v8::Context> context,
+ void* priv);
+ static void CreatePerIsolateProperties(
+ IsolateData* isolate_data, v8::Local<v8::FunctionTemplate> target);
static void GetAsyncId(const v8::FunctionCallbackInfo<v8::Value>& args);
static void PushAsyncContext(const v8::FunctionCallbackInfo<v8::Value>& args);