Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dselection-broker.ts10 nodeHandlers: Array<NodeSelectionHandler>; property in SelectionBroker
15 this.nodeHandlers = [];
25 this.nodeHandlers.push(handler);
45 for (const b of this.nodeHandlers) {
52 for (const b of this.nodeHandlers) {
72 this.nodeHandlers.forEach(function (b) {