Searched refs:onfoo (Results 1 – 1 of 1) sorted by relevance
361 target.onfoo = common.mustCall();368 target.onfoo = () => count++; function in target369 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