MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / stop

Function stop

src/test/resources/libraries/bird/prototype.js:5465–5471  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

5463
5464
5465 function stop(event) {
5466 Event.extend(event);
5467 event.preventDefault();
5468 event.stopPropagation();
5469
5470 event.stopped = true;
5471 }
5472
5473
5474 Event.Methods = {

Callers 15

testinit.jsFile · 0.50
effects.jsFile · 0.50
ajax.jsFile · 0.50
callbacks.jsFile · 0.50
data.jsFile · 0.50
core.jsFile · 0.50
manipulation.jsFile · 0.50
queue.jsFile · 0.50
test.jsFile · 0.50
step-test.jsFile · 0.50
stopQueueFunction · 0.50
stopQueueFunction · 0.50

Calls 3

extendMethod · 0.45
preventDefaultMethod · 0.45
stopPropagationMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…