Home
last modified time | relevance | path

Searched refs:onfoo (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-eventtarget.js361 target.onfoo = common.mustCall();
368 target.onfoo = () => count++; function in target
369 target.onfoo = common.mustCall(() => count++);
378 target.onfoo = common.mustCall(() => count++);
386 target.onfoo = fn;
387 strictEqual(target.onfoo, fn);
388 target.onfoo = null;
533 target.onfoo = common.mustNotCall();
535 target.onfoo = () => output.push(2); function in target