Home
last modified time | relevance | path

Searched refs:kHybridDispatch (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/per_context/
Dmessageport.js14 const kHybridDispatch = SymbolFor('nodejs.internal.kHybridDispatch'); constant
17 if (typeof this[kHybridDispatch] === 'function') {
18 this[kHybridDispatch](data, type, undefined);
/third_party/node/lib/internal/
Devent_target.js49 const kHybridDispatch = SymbolFor('nodejs.internal.kHybridDispatch'); constant
357 this[kHybridDispatch](event, event.type, event);
362 [kHybridDispatch](nodeValue, type, event) {
492 this[kHybridDispatch](arg, type);