Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error:InternalError
// Binary: cache/js-dbg-32-92fe907ddac8-linux
// Flags: -m -n
//
o = {}
o.valueOf = function() {
for (var p in undefined) {
a = new Function;
}
+o;
};
+o;