MCPcopy Create free account
hub / github.com/nodejs/node / clearSelection

Function clearSelection

deps/v8/tools/turbolizer/src/views/text-view.ts:223–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 }
222
223 public clearSelection(): void {
224 if (this.selectionCleared) return;
225 this.blockSelections.clearCurrent();
226 this.instructionSelections.clearCurrent();
227 this.nodeSelections.clearCurrent();
228 this.updateSelection();
229 this.selectionCleared = true;
230 }
231
232 // instruction-id are the divs for the register allocator phase
233 public addHtmlElementForInstructionId(anyInstructionId: any, htmlElement: HTMLElement): void {

Callers

nothing calls this directly

Calls 2

clearCurrentMethod · 0.80
updateSelectionMethod · 0.45

Tested by

no test coverage detected