Home
last modified time | relevance | path

Searched defs:AsyncWrapObject (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dasync_wrap.cc67 struct AsyncWrapObject : public AsyncWrap { struct
68 static inline void New(const FunctionCallbackInfo<Value>& args) { in New()
77 inline AsyncWrapObject(Environment* env, Local<Object> object, in AsyncWrapObject() argument
80 static Local<FunctionTemplate> GetConstructorTemplate(Environment* env) { in GetConstructorTemplate()
94 bool IsNotIndicativeOfMemoryLeakAtExit() const override { in IsNotIndicativeOfMemoryLeakAtExit()