Source code

Revision control

Copy as Markdown

Other Tools

// Any copyright is dedicated to the Public Domain.
function f(reportCompare) {
if (typeof clear === 'function')
clear(this);
return f;
}
// This must be called before clear().
reportCompare(0, 0, 'ok');
f(); // don't assert