Source code

Revision control

Copy as Markdown

Other Tools

// Binary: cache/js-dbg-64-b31b25125429-linux
// Flags: -m -n -a
//
(function () {
assertEquals = function assertEquals(expected, found, name_opt) { };
assertTrue = function assertTrue(value, name_opt) { };
})();
function f0() {}
function f1(x) {}
function test(f) {
assertTrue(null === (assertEquals).arguments);
}
test(f0);
test(f1);