Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/async-hooks-wrapper.h')
-rw-r--r--deps/v8/src/async-hooks-wrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/async-hooks-wrapper.h b/deps/v8/src/async-hooks-wrapper.h
index c0c72373e01..68aafa52251 100644
--- a/deps/v8/src/async-hooks-wrapper.h
+++ b/deps/v8/src/async-hooks-wrapper.h
@@ -69,10 +69,11 @@ class AsyncHooks {
Local<Object> CreateHook(const v8::FunctionCallbackInfo<v8::Value>& args);
+ Persistent<FunctionTemplate> async_hook_ctor;
+
private:
std::vector<AsyncHooksWrap*> async_wraps_;
Isolate* isolate_;
- Persistent<FunctionTemplate> async_hook_ctor;
Persistent<ObjectTemplate> async_hooks_templ;
Persistent<Private> async_id_smb;
Persistent<Private> trigger_id_smb;