Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dselection-broker.ts13 blockHandlers: Array<BlockSelectionHandler>; property in SelectionBroker
21 this.blockHandlers = [];
39 this.blockHandlers.push(handler);
137 for (const b of this.blockHandlers) {