« 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)
  
  
  - bug_id:
    1076
  
 
  
  
  - creation_ts:
    2012-11-27 13:54:00 -0800
  
 
  
  
  - short_desc:
    Coverage: All built-ins that may throw with sealed/frozen objects should be verified (especially array methods on sealed/frozen arrays)
  
 
  
  
  - delta_ts:
    2014-09-20 12:40:03 -0700
  
 
  
  
  - product:
    Test262
  
 
  
  
  - component:
    ECMA-262 Tests
  
 
  
  
  - version:
    unspecified
  
 
  
  
  - rep_platform:
    All
  
 
  
  
  - op_sys:
    All
  
 
  
  
  - bug_status:
    CONFIRMED
  
 
  
  
  - priority:
    Normal
  
 
  
  
  - bug_severity:
    enhancement
  
 
  
  
  - everconfirmed:
    true
  
 
  
  
  - reporter:
    Brian Terlson
  
 
  
  
  - assigned_to:
    Bill Ticehurst
  
 
  
  
  - cc:
    princexcess69
  
 
  
  
  
  
  - commentid:
    2877
  
 
  
  
  - comment_count:
    0
  
 
  
  
  - who:
    Brian Terlson
  
 
  
  
  - bug_when:
    2012-11-27 13:54:18 -0800
  
 
  
  
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
  
  
  - commentid:
    2878
  
 
  
  
  - comment_count:
    1
  
 
  
  
  - who:
    Brian Terlson
  
 
  
  
  - bug_when:
    2012-11-27 13:57:29 -0800
  
 
  
  
Should also validate that we have coverage for all built-in operations that throw on sealed/frozen objects.