Home
last modified time | relevance | path

Searched refs:Inherit (Results 1 – 25 of 70) sorted by relevance

123

/third_party/node/src/
Dstream_wrap.cc90 sw->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
99 ww->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
143 tmpl->Inherit(HandleWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
Dpipe_wrap.cc77 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
95 cwt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dnode_stat_watcher.cc53 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
Dbase_object.cc92 t->Inherit(BaseObject::GetConstructorTemplate(isolate_data)); in MakeLazilyInitializedJSTemplate()
Dtty_wrap.cc64 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
Dhandle_wrap.cc164 tmpl->Inherit(AsyncWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
Dsignal_wrap.cc60 constructor->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
Dtcp_wrap.cc88 t->Inherit(LibuvStreamWrap::GetConstructorTemplate(env)); in Initialize()
118 cwt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dnode_trace_events.cc140 category_set->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
Dfs_event_wrap.cc105 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
Dnode_wasm_web_api.cc31 t->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
Dnode_serdes.cc465 ser->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
493 des->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
Dnode_blob.cc60 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
363 job->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Djs_stream.cc206 t->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Djs_udp_wrap.cc207 t->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dnode_watchdog.cc130 constructor->Inherit(HandleWrap::GetConstructorTemplate(env)); in Init()
Dhistogram.cc289 tmpl->Inherit(BaseObject::GetConstructorTemplate(env)); in GetConstructorTemplate()
372 tmpl->Inherit(HandleWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
Dudp_wrap.cc213 t->Inherit(HandleWrap::GetConstructorTemplate(env)); in Initialize()
221 swt->Inherit(AsyncWrap::GetConstructorTemplate(env)); in Initialize()
Dstream_pipe.cc325 pipe->Inherit(AsyncWrap::GetConstructorTemplate(env)); in InitializeStreamPipe()
/third_party/mesa3d/src/amd/compiler/
D.clang-format2 # TODO: Inherit Style from RADV when Clang 13 is default.
/third_party/node/src/quic/
Dlogstream.cc27 tmpl->Inherit(AsyncWrap::GetConstructorTemplate(env)); in GetConstructorTemplate()
/third_party/mesa3d/docs/relnotes/
D17.3.9.rst79 - mesa: Inherit texture view multi-sample information from the original
/third_party/node/src/crypto/
Dcrypto_hmac.cc47 t->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
Dcrypto_sig.cc335 t->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
465 t->Inherit(BaseObject::GetConstructorTemplate(env)); in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc1105 bool Inherit = false) {
1113 SA.bInheritHandle = Inherit;
1145 bool Inherit = false;
1147 Inherit = true;
1151 Name, Result, NativeDisp, NativeAccess, FILE_ATTRIBUTE_NORMAL, Inherit);

123