1 // Copyright 2009 the Sputnik authors. All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
6 If ToUint32(P) is less than the value of
7 the length property of A, then return
8 es5id: 15.4.5.1_A2.2_T1
9 description: length === 100, P in [0, 98, 99]
14 assert.sameValue(x.length, 100, 'The value of x.length is expected to be 100');
17 assert.sameValue(x.length, 100, 'The value of x.length is expected to be 100');
20 assert.sameValue(x.length, 100, 'The value of x.length is expected to be 100');