- Fix: Jan 2018
- Credit: lokihardt of Google Project Zero
(function func(arg = function () {
print(func); // SetHasOwnLocalInClosure should be called for the param scope in the PostVisitFunction function.
}()) {
print(func);
function func() {
}
})();