| // Copyright (C) 2015 the V8 project authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| Calls the length setter if available |
| 9. Let setStatus be Set(A, "length", len, true). |
| Object.defineProperty(this, "length", { |
| var result = Array.of.call(Pack, 'wolves', 'cards', 'cigarettes', 'lies'); |
| assert.sameValue(hits, 1, 'instance length setter called once'); |
| 'setter is called with the number of Array.of arguments' |
| assert.sameValue(_this_, result, 'setter is called with the new object'); |