1. 15 Oct, 2015 1 commit
  2. 11 Jun, 2015 1 commit
    • dehrenberg's avatar
      In Array.of and Array.from, fall back to DefineOwnProperty · b23c328f
      dehrenberg authored
      %AddElement is not intended for objects which are not arrays, and
      its behavior may go away with future refactorings. This patch gets
      rid of it if the receiver of from or of is not the intrinsic Array
      object.
      
      Array.of and Array.from previously papered over failures in calling
      [[DefineOwnProperty]] when setting array elements. This patch
      makes them lead to exceptions, and adds tests to assert that
      the appropriate exceptions are thrown.
      
      BUG=v8:4168
      R=adamk
      CC=rossberg,verwaest
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1181623003
      
      Cr-Commit-Position: refs/heads/master@{#28969}
      b23c328f
  3. 19 Jan, 2015 1 commit
  4. 19 Aug, 2014 1 commit