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

Method stopPropagation

lib/internal/event_target.js:332–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330 }
331
332 stopPropagation() {
333 if (!isEvent(this))
334 throw new ERR_INVALID_THIS('Event');
335 this.#propagationStopped = true;
336 }
337}
338
339ObjectDefineProperties(

Callers 15

createFunctionNodeFunction · 0.80
createViewSourceNodeFunction · 0.80
_handleDetailsClickMethod · 0.80
_handleKeyDownMethod · 0.80
initializeUploadHandlersFunction · 0.80
insertLineNumberMethod · 0.80
getToggleElementMethod · 0.80
addBlockMethod · 0.80
addInstructionMethod · 0.80

Calls 1

isEventFunction · 0.85

Tested by

no test coverage detected