We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[es5] Results are not shown
Miscellaneous_Enumerable_properties_can_be_shadowed_by_non-enumerables
[errorReportService] /errorReport.json { "context":"/es5/,script@533396", "error":"Error", "message":"Permission Denied: Cannot access ", "name":"typeof:undefined", "isStatic":true, "isObject":false, "property":"length", "opType":"W" }
t2ym/thin-hook@0.4.0-alpha.45
plugins/policy/*
targetConfig.policy.unchainAcl: true
Object.prototype.length = 42
delete Object.prototype.length
diff --git a/docs/es5/index.html b/docs/es5/index.html index 7ca2275..356a4fa 100644 --- a/docs/es5/index.html +++ b/docs/es5/index.html @@ -7226,7 +7226,7 @@ for (var i in Function) { } delete Object.prototype.length; return result; - ">test(function(){try{var asyncTestPassed=global.__asyncPassedFn && __asyncPassedFn("54");try{return Function("asyncTestPassed","\nvar result = true;\nObject.prototype.length = 42;\nfor (var i in Function) {\n if (i === 'length') {\n result = false;\n }\n}\ndelete Object.prototype.length;\nreturn result;\n ")(asyncTestPassed)}catch(e){asyncTestPassed=global.__strictAsyncPassedFn && __strictAsyncPassedFn("54");return Function("asyncTestPassed","'use strict';"+"\nvar result = true;\nObject.prototype.length = 42;\nfor (var i in Function) {\n if (i === 'length') {\n result = false;\n }\n}\ndelete Object.prototype.length;\nreturn result;\n ")(asyncTestPassed)&&"Strict"}}catch(e){return false;}}()); + ">test(function(){try{var asyncTestPassed=global.__asyncPassedFn && __asyncPassedFn("54");try{return Function("asyncTestPassed","\nvar result = false;\n/*Object.prototype.length = 42;*/\nfor (var i in Function) {\n if (i === 'length') {\n result = false;\n }\n}\n/*delete Object.prototype.length;*/\nreturn result;\n ")(asyncTestPassed)}catch(e){asyncTestPassed=global.__strictAsyncPassedFn && __strictAsyncPassedFn("54");return Function("asyncTestPassed","'use strict';"+"\nvar result = true;\nObject.prototype.length = 42;\nfor (var i in Function) {\n if (i === 'length') {\n result = false;\n }\n}\ndelete Object.prototype.length;\nreturn result;\n ")(asyncTestPassed)&&"Strict"}}catch(e){return false;}}()); </script></td> <td class="unknown" data-browser="es5shim">?</td> <td class="unknown obsolete" data-browser="konq4_13">?</td>
The text was updated successfully, but these errors were encountered:
Patched for GitHub Pages
Sorry, something went wrong.
Fixed with thin-hook@0.4.0-alpha.45
thin-hook@0.4.0-alpha.45
No branches or pull requests
[es5] Results are not shown
Root Cause
Miscellaneous_Enumerable_properties_can_be_shadowed_by_non-enumerables
hangs up with a Permission ErrorError Message
Fix
t2ym/thin-hook@0.4.0-alpha.45
plugins/policy/*
targetConfig.policy.unchainAcl: true
Workaround(obsoleted)Object.prototype.length = 42
anddelete Object.prototype.length
The text was updated successfully, but these errors were encountered: