blob: 0caae6ff490bc0bcf6fd87a7a095d1ada4f2128a [file] [log] [blame]
function f() {
return __proto__
}
f();
f();
assertEq(!!f(), true);