archives

« Bugzilla Issues Index

#1076 — Coverage: All built-ins that may throw with sealed/frozen objects should be verified (especially array methods on sealed/frozen arrays)


Need a test to validate that Object.seal with arrays work properly (specifically that push will throw a TypeError). Relevant V8 bug report: http://code.google.com/p/v8/issues/detail?id=2412


Should also validate that we have coverage for all built-in operations that throw on sealed/frozen objects.