Source code

Revision control

Copy as Markdown

Other Tools

// Any copyright is dedicated to the Public Domain.↩
// See bug 630543.↩
function f() {↩
"use strict";↩
return !this;↩
}↩
assertEq(f.call(null), true);↩
reportCompare(0, 0, 'ok');↩