Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dtext-view.ts67 select: function (blockIds, selected) {
68 view.blockSelection.select(blockIds, selected);
70 broker.broadcastBlockSelect(blockSelectionHandler, blockIds, selected);
72 brokeredBlockSelect: function (blockIds, selected) {
74 view.blockSelection.select(blockIds, selected);
112 const blockIds = []; constant
116 blockIds.push(blockId);
118 return blockIds;
Dselection-handler.ts23 brokeredBlockSelect(blockIds: any, selected: any): void;