MCPcopy Index your code
hub / github.com/nodejs/node / onMouseMove

Method onMouseMove

deps/v8/tools/profview/profview.js:883–889  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

881 }
882
883 onMouseMove(e) {
884 if (this.selecting) {
885 this.selectionEnd =
886 e.clientX - this.canvas.getBoundingClientRect().left;
887 this.drawSelection();
888 }
889 }
890
891 onMouseUp(e) {
892 if (this.selectionStart !== null) {

Callers

nothing calls this directly

Calls 1

drawSelectionMethod · 0.95

Tested by

no test coverage detected