Home
last modified time | relevance | path

Searched refs:GetConstructorTemplate (Results 1 - 25 of 63) sorted by relevance

123

/third_party/node/src/quic/
H A Dlogstream.cc22 Local<FunctionTemplate> LogStream::GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function in node::quic::LogStream
27 tmpl->Inherit(AsyncWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
39 if (!GetConstructorTemplate(env) in Create()
H A Dpacket.cc88 Local<FunctionTemplate> Packet::GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function in node::quic::Packet
93 tmpl->Inherit(ReqWrap<uv_udp_send_t>::GetConstructorTemplate(env)); in GetConstructorTemplate()
110 if (UNLIKELY(!GetConstructorTemplate(env) in Create()
131 if (UNLIKELY(!GetConstructorTemplate(env()) in Clone()
H A Dlogstream.h19 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
H A Dpacket.h54 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
/third_party/node/src/
H A Dhistogram.cc216 CHECK(GetConstructorTemplate(env)->HasInstance(args[0])); in Add()
228 if (!GetConstructorTemplate(env) in Create()
241 if (!GetConstructorTemplate(env) in Create()
280 Local<FunctionTemplate> HistogramBase::GetConstructorTemplate( in GetConstructorTemplate() function in node::HistogramBase
289 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
346 GetConstructorTemplate(env), in Initialize()
366 Local<FunctionTemplate> IntervalHistogram::GetConstructorTemplate( in GetConstructorTemplate() function in node::IntervalHistogram
372 tmpl->Inherit(HandleWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
447 if (!GetConstructorTemplate(env) in Create()
H A Dbase_object.cc92 t->Inherit(BaseObject::GetConstructorTemplate(isolate_data)); in MakeLazilyInitializedJSTemplate()
148 Local<FunctionTemplate> BaseObject::GetConstructorTemplate( in GetConstructorTemplate() function in node::BaseObject
H A Dhandle_wrap.cc158 Local<FunctionTemplate> HandleWrap::GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function in node::HandleWrap
164 tmpl->Inherit(AsyncWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
H A Dnode_sockaddr.cc694 return GetConstructorTemplate(env)->HasInstance(value); in HasInstance()
697 Local<FunctionTemplate> SocketAddressBlockListWrap::GetConstructorTemplate( in GetConstructorTemplate() function in node::SocketAddressBlockListWrap
704 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
726 GetConstructorTemplate(env), in Initialize()
748 return GetConstructorTemplate(env)->HasInstance(value); in HasInstance()
751 Local<FunctionTemplate> SocketAddressBase::GetConstructorTemplate( in GetConstructorTemplate() function in node::SocketAddressBase
760 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
773 GetConstructorTemplate(env), in Initialize()
781 if (!GetConstructorTemplate(env) in Create()
H A Dnode_blob.cc53 Local<FunctionTemplate> Blob::GetConstructorTemplate(Environment* env) { in GetConstructorTemplate() function in node::Blob
60 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
71 return GetConstructorTemplate(env)->HasInstance(object); in HasInstance()
80 if (!GetConstructorTemplate(env)->GetFunction(env->context()).ToLocal(&ctor)) in Create()
363 job->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
H A Dstream_wrap.cc90 sw->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
99 ww->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
136 Local<FunctionTemplate> LibuvStreamWrap::GetConstructorTemplate( in GetConstructorTemplate() function in node::LibuvStreamWrap
143 tmpl->Inherit(HandleWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
H A Dbase_object.h128 static inline v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
130 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
H A Dhandle_wrap.h79 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
H A Dbase_object-inl.h42 v8::Local<v8::FunctionTemplate> BaseObject::GetConstructorTemplate( in GetConstructorTemplate() function in node::BaseObject
44 return BaseObject::GetConstructorTemplate(env->isolate_data()); in GetConstructorTemplate()
H A Dhistogram.h86 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
175 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
H A Dpipe_wrap.cc77 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
95 cwt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
H A Dnode_stat_watcher.cc53 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
H A Dstream_wrap.h90 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
H A Dsignal_wrap.cc60 constructor->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
H A Dtty_wrap.cc64 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
H A Dnode_sockaddr.h154 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
341 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
H A Dtcp_wrap.cc88 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
118 cwt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
H A Dfs_event_wrap.cc105 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
/third_party/node/src/crypto/
H A Dcrypto_x509.cc66 Local<FunctionTemplate> X509Certificate::GetConstructorTemplate( in GetConstructorTemplate() function in node::crypto::X509Certificate
74 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
106 return GetConstructorTemplate(env)->HasInstance(object); in HasInstance()
123 if (!GetConstructorTemplate(env)->GetFunction(env->context()).ToLocal(&ctor)) in New()
H A Dcrypto_context.h39 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
H A Dcrypto_x509.h47 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(

Completed in 15 milliseconds

123