Source code
Revision control
Copy as Markdown
Other Tools
gczeal(8, 1);
function f() {
let a = [
{
g: function () {},
},
];
"12345678" + undefined;
}
f();
gczeal(8, 1);
function f() {
let a = [
{
g: function () {},
},
];
"12345678" + undefined;
}
f();