Home
last modified time | relevance | path

Searched refs:onconnect (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/async-hooks/
Dtest-graph.pipeconnect.js21 net.connect(common.PIPE, common.mustCall(onconnect));
24 function onconnect() {} function
Dtest-writewrap.js29 .on('connect', common.mustCall(onconnect));
58 function onconnect() { function
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl2217 attribute EventHandler onconnect;
/third_party/typescript/lib/
Dlib.webworker.d.ts3022 onconnect: ((this: SharedWorkerGlobalScope, ev: MessageEvent) => any) | null; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3002 onconnect: ((this: SharedWorkerGlobalScope, ev: MessageEvent) => any) | null; property