blob: 9b0c911d4c264f3eaea99e5c195dc9b87035d9df [file] [log] [blame]
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// See bug 630543.
function f() {
"use strict";
return !this;
}
assertEq(f.call(null), true);
reportCompare(0, 0, 'ok');
var successfullyParsed = true;