/third_party/node/src/ |
D | histogram.cc | 145 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()
|
D | node_blob.cc | 37 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()
|
D | stream_wrap.cc | 85 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()
|
D | node_sockaddr.cc | 692 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()
|
D | handle_wrap.cc | 156 Local<FunctionTemplate> HandleWrap::GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function in node::HandleWrap 161 tmpl->Inherit(AsyncWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
|
D | async_wrap.cc | 80 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()
|
D | pipe_wrap.cc | 74 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize() 92 cwt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
|
D | histogram.h | 78 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate( 157 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
|
D | handle_wrap.h | 78 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
|
D | stream_wrap.h | 89 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
|
D | node_stat_watcher.cc | 51 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
|
D | node_blob.h | 32 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
|
D | signal_wrap.cc | 57 constructor->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
|
D | tty_wrap.cc | 54 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
|
D | node_sockaddr.h | 153 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate( 340 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
|
D | node_trace_events.cc | 134 category_set->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
|
D | tcp_wrap.cc | 85 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize() 110 cwt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
|
D | base_object.h | 110 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
|
D | fs_event_wrap.cc | 102 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
|
D | async_wrap.h | 130 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
|
D | js_stream.cc | 204 t->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
|
D | node_serdes.cc | 462 ser->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize() 486 des->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
|
D | js_udp_wrap.cc | 199 t->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
|
D | node_watchdog.cc | 127 constructor->Inherit(HandleWrap::GetConstructorTemplate(env)); in Init()
|
D | udp_wrap.cc | 179 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize() 188 swt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
|