Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dselection-broker.ts14 instructionHandlers: Array<InstructionSelectionHandler>; property in SelectionBroker
22 this.instructionHandlers = [];
44 this.instructionHandlers.push(handler);
54 for (const b of this.instructionHandlers) {
97 for (const b of this.instructionHandlers) {
125 for (const b of this.instructionHandlers) {