Source code

Revision control

Copy as Markdown

Other Tools

/*
* Any copyright is dedicated to the Public Domain.
* Contributor: Jason Orendorff
*/
if (typeof evalcx == 'function') {
var cx = evalcx("");
evalcx("function f() { return this; }", cx);
var f = cx.f;
assertEq(f(), cx);
}
reportCompare(0, 0, "");