Source code
Revision control
Copy as Markdown
Other Tools
function a(a, prototype) {
try {
typeof (arguments[a]) in code
} catch(e) {}
}
a();
a();
function a(a, prototype) {
try {
typeof (arguments[a]) in code
} catch(e) {}
}
a();
a();