1 2 3 4 5 6 7 8
function baz() {} function bar() {} function foo() { bar(); } foo(); window.dispatchEvent(new Event("test_evaluated"));