Home
last modified time | relevance | path

Searched refs:GetConstructorTemplate (Results 1 – 25 of 47) sorted by relevance

12

/third_party/node/src/
Dhistogram.cc145 if (!GetConstructorTemplate(env) in Create()
159 if (!GetConstructorTemplate(env) in Create()
173 Local<FunctionTemplate> HistogramBase::GetConstructorTemplate( in GetConstructorTemplate() function in node::HistogramBase
181 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
201 env->SetConstructorFunction(target, "Histogram", GetConstructorTemplate(env)); in Initialize()
220 Local<FunctionTemplate> IntervalHistogram::GetConstructorTemplate( in GetConstructorTemplate() function in node::IntervalHistogram
225 tmpl->Inherit(HandleWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
Dnode_blob.cc37 Local<FunctionTemplate> Blob::GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function in node::Blob
43 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
54 return GetConstructorTemplate(env)->HasInstance(object); in HasInstance()
65 if (!GetConstructorTemplate(env)->GetFunction(env->context()).ToLocal(&ctor)) in Create()
279 job->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dstream_wrap.cc85 sw->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
94 ww->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
121 Local<FunctionTemplate> LibuvStreamWrap::GetConstructorTemplate( in GetConstructorTemplate() function in node::LibuvStreamWrap
128 tmpl->Inherit(HandleWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
Dnode_sockaddr.cc692 return GetConstructorTemplate(env)->HasInstance(value); in HasInstance()
695 Local<FunctionTemplate> SocketAddressBlockListWrap::GetConstructorTemplate( in GetConstructorTemplate() function in node::SocketAddressBlockListWrap
701 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
723 GetConstructorTemplate(env), in Initialize()
745 return GetConstructorTemplate(env)->HasInstance(value); in HasInstance()
748 Local<FunctionTemplate> SocketAddressBase::GetConstructorTemplate( in GetConstructorTemplate() function in node::SocketAddressBase
756 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
769 GetConstructorTemplate(env), in Initialize()
777 if (!GetConstructorTemplate(env) in Create()
Dhandle_wrap.cc156 Local<FunctionTemplate> HandleWrap::GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function in node::HandleWrap
161 tmpl->Inherit(AsyncWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
Dasync_wrap.cc80 static Local<FunctionTemplate> GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function
86 tmpl->Inherit(AsyncWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
374 Local<FunctionTemplate> AsyncWrap::GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function in node::AsyncWrap
379 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
485 AsyncWrapObject::GetConstructorTemplate(env) in Initialize()
Dpipe_wrap.cc74 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
92 cwt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dhistogram.h78 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
157 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
Dhandle_wrap.h78 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
Dstream_wrap.h89 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
Dnode_stat_watcher.cc51 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
Dnode_blob.h32 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
Dsignal_wrap.cc57 constructor->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
Dtty_wrap.cc54 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
Dnode_sockaddr.h153 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
340 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
Dnode_trace_events.cc134 category_set->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
Dtcp_wrap.cc85 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
110 cwt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dbase_object.h110 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
Dfs_event_wrap.cc102 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
Dasync_wrap.h130 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
Djs_stream.cc204 t->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dnode_serdes.cc462 ser->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
486 des->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
Djs_udp_wrap.cc199 t->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dnode_watchdog.cc127 constructor->Inherit(HandleWrap::GetConstructorTemplate(env)); in Init()
Dudp_wrap.cc179 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
188 swt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()

12