add esid to array/prototype/lastIndexOf tests (#1113)

This commit is contained in:
Sue Lockwood 2017-06-30 07:42:36 -07:00 committed by Leo Balter
parent 7457fe6608
commit d22b84173e
187 changed files with 213 additions and 26 deletions

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-1 es5id: 15.4.4.15-1-1
description: Array.prototype.lastIndexOf applied to undefined throws a TypeError description: Array.prototype.lastIndexOf applied to undefined throws a TypeError
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-10 es5id: 15.4.4.15-1-10
description: Array.prototype.lastIndexOf applied to the Math object description: Array.prototype.lastIndexOf applied to the Math object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-11 es5id: 15.4.4.15-1-11
description: Array.prototype.lastIndexOf applied to Date object description: Array.prototype.lastIndexOf applied to Date object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-12 es5id: 15.4.4.15-1-12
description: Array.prototype.lastIndexOf applied to RegExp object description: Array.prototype.lastIndexOf applied to RegExp object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-13 es5id: 15.4.4.15-1-13
description: Array.prototype.lastIndexOf applied to the JSON object description: Array.prototype.lastIndexOf applied to the JSON object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-14 es5id: 15.4.4.15-1-14
description: Array.prototype.lastIndexOf applied to Error object description: Array.prototype.lastIndexOf applied to Error object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-15 es5id: 15.4.4.15-1-15
description: Array.prototype.lastIndexOf applied to the Arguments object description: Array.prototype.lastIndexOf applied to the Arguments object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-2 es5id: 15.4.4.15-1-2
description: Array.prototype.lastIndexOf applied to null throws a TypeError description: Array.prototype.lastIndexOf applied to null throws a TypeError
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-3 es5id: 15.4.4.15-1-3
description: Array.prototype.lastIndexOf applied to boolean primitive description: Array.prototype.lastIndexOf applied to boolean primitive
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-4 es5id: 15.4.4.15-1-4
description: Array.prototype.lastIndexOf applied to Boolean object description: Array.prototype.lastIndexOf applied to Boolean object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-5 es5id: 15.4.4.15-1-5
description: Array.prototype.lastIndexOf applied to number primitive description: Array.prototype.lastIndexOf applied to number primitive
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-6 es5id: 15.4.4.15-1-6
description: Array.prototype.lastIndexOf applied to Number object description: Array.prototype.lastIndexOf applied to Number object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-7 es5id: 15.4.4.15-1-7
description: Array.prototype.lastIndexOf applied to string primitive description: Array.prototype.lastIndexOf applied to string primitive
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-8 es5id: 15.4.4.15-1-8
description: Array.prototype.lastIndexOf applied to String object description: Array.prototype.lastIndexOf applied to String object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-1-9 es5id: 15.4.4.15-1-9
description: Array.prototype.lastIndexOf applied to Function object description: Array.prototype.lastIndexOf applied to Function object
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-1 es5id: 15.4.4.15-2-1
description: > description: >
Array.prototype.lastIndexOf - 'length' is own data property on an Array.prototype.lastIndexOf - 'length' is own data property on an

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-10 es5id: 15.4.4.15-2-10
description: > description: >
Array.prototype.lastIndexOf - 'length' is inherited accessor Array.prototype.lastIndexOf - 'length' is inherited accessor

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-11 es5id: 15.4.4.15-2-11
description: > description: >
Array.prototype.lastIndexOf - 'length' is own accessor property Array.prototype.lastIndexOf - 'length' is own accessor property

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-12 es5id: 15.4.4.15-2-12
description: > description: >
Array.prototype.lastIndexOf - 'length' is own accessor property Array.prototype.lastIndexOf - 'length' is own accessor property

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-13 es5id: 15.4.4.15-2-13
description: > description: >
Array.prototype.lastIndexOf - 'length' is inherited accessor Array.prototype.lastIndexOf - 'length' is inherited accessor

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-14 es5id: 15.4.4.15-2-14
description: > description: >
Array.prototype.lastIndexOf - 'length' is undefined property on an Array.prototype.lastIndexOf - 'length' is undefined property on an

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-17 es5id: 15.4.4.15-2-17
description: > description: >
Array.prototype.lastIndexOf applied to Arguments object which Array.prototype.lastIndexOf applied to Arguments object which

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-18 es5id: 15.4.4.15-2-18
description: > description: >
Array.prototype.lastIndexOf applied to String object which Array.prototype.lastIndexOf applied to String object which

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-19 es5id: 15.4.4.15-2-19
description: > description: >
Array.prototype.lastIndexOf applied to String object which Array.prototype.lastIndexOf applied to String object which

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-2 es5id: 15.4.4.15-2-2
description: > description: >
Array.prototype.lastIndexOf - 'length' is own data property on an Array.prototype.lastIndexOf - 'length' is own data property on an

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-3 es5id: 15.4.4.15-2-3
description: > description: >
Array.prototype.lastIndexOf - 'length' is own data property that Array.prototype.lastIndexOf - 'length' is own data property that

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-4 es5id: 15.4.4.15-2-4
description: > description: >
Array.prototype.lastIndexOf when 'length' is own data property Array.prototype.lastIndexOf when 'length' is own data property

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-5 es5id: 15.4.4.15-2-5
description: > description: >
Array.prototype.lastIndexOf - 'length' is own data property that Array.prototype.lastIndexOf - 'length' is own data property that

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-6 es5id: 15.4.4.15-2-6
description: > description: >
Array.prototype.lastIndexOf - 'length' is an inherited data Array.prototype.lastIndexOf - 'length' is an inherited data

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-7 es5id: 15.4.4.15-2-7
description: > description: >
Array.prototype.lastIndexOf - 'length' is own accessor property on Array.prototype.lastIndexOf - 'length' is own accessor property on

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-8 es5id: 15.4.4.15-2-8
description: > description: >
Array.prototype.lastIndexOf - 'length' is own accessor property Array.prototype.lastIndexOf - 'length' is own accessor property

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-2-9 es5id: 15.4.4.15-2-9
description: > description: >
Array.prototype.lastIndexOf - 'length' is own accessor property Array.prototype.lastIndexOf - 'length' is own accessor property

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-1 es5id: 15.4.4.15-3-1
description: Array.prototype.lastIndexOf - value of 'length' is undefined description: Array.prototype.lastIndexOf - value of 'length' is undefined
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-10 es5id: 15.4.4.15-3-10
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a number (value Array.prototype.lastIndexOf - value of 'length' is a number (value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-11 es5id: 15.4.4.15-3-11
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a string Array.prototype.lastIndexOf - value of 'length' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-12 es5id: 15.4.4.15-3-12
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a string Array.prototype.lastIndexOf - value of 'length' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-13 es5id: 15.4.4.15-3-13
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a string Array.prototype.lastIndexOf - value of 'length' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-14 es5id: 15.4.4.15-3-14
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a string Array.prototype.lastIndexOf - value of 'length' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-15 es5id: 15.4.4.15-3-15
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a string Array.prototype.lastIndexOf - value of 'length' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-16 es5id: 15.4.4.15-3-16
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a string which Array.prototype.lastIndexOf - value of 'length' is a string which

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-17 es5id: 15.4.4.15-3-17
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a string Array.prototype.lastIndexOf - value of 'length' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-18 es5id: 15.4.4.15-3-18
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a string that Array.prototype.lastIndexOf - value of 'length' is a string that

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-19 es5id: 15.4.4.15-3-19
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is an Object which Array.prototype.lastIndexOf - value of 'length' is an Object which

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-2 es5id: 15.4.4.15-3-2
description: > description: >
Array.prototype.lastIndexOf return -1 when value of 'length' is a Array.prototype.lastIndexOf return -1 when value of 'length' is a

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-20 es5id: 15.4.4.15-3-20
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is an Object which Array.prototype.lastIndexOf - value of 'length' is an Object which

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-21 es5id: 15.4.4.15-3-21
description: > description: >
Array.prototype.lastIndexOf - 'length' is an object that has an Array.prototype.lastIndexOf - 'length' is an object that has an

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-22 es5id: 15.4.4.15-3-22
description: > description: >
Array.prototype.lastIndexOf throws TypeError exception when Array.prototype.lastIndexOf throws TypeError exception when

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-23 es5id: 15.4.4.15-3-23
description: > description: >
Array.prototype.lastIndexOf uses inherited valueOf method when Array.prototype.lastIndexOf uses inherited valueOf method when

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-24 es5id: 15.4.4.15-3-24
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a positive Array.prototype.lastIndexOf - value of 'length' is a positive

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-25 es5id: 15.4.4.15-3-25
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a negative Array.prototype.lastIndexOf - value of 'length' is a negative

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-28 es5id: 15.4.4.15-3-28
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is boundary value Array.prototype.lastIndexOf - value of 'length' is boundary value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-3 es5id: 15.4.4.15-3-3
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a number (value Array.prototype.lastIndexOf - value of 'length' is a number (value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-4 es5id: 15.4.4.15-3-4
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a number (value Array.prototype.lastIndexOf - value of 'length' is a number (value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-5 es5id: 15.4.4.15-3-5
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a number (value Array.prototype.lastIndexOf - value of 'length' is a number (value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-6 es5id: 15.4.4.15-3-6
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a number (value Array.prototype.lastIndexOf - value of 'length' is a number (value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-7 es5id: 15.4.4.15-3-7
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a number (value Array.prototype.lastIndexOf - value of 'length' is a number (value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-3-9 es5id: 15.4.4.15-3-9
description: > description: >
Array.prototype.lastIndexOf - value of 'length' is a number (value Array.prototype.lastIndexOf - value of 'length' is a number (value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-1 es5id: 15.4.4.15-4-1
description: > description: >
Array.prototype.lastIndexOf returns -1 if 'length' is 0 (empty Array.prototype.lastIndexOf returns -1 if 'length' is 0 (empty

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-10 es5id: 15.4.4.15-4-10
description: Array.prototype.lastIndexOf - 'length' is a number of value -6e-1 description: Array.prototype.lastIndexOf - 'length' is a number of value -6e-1
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-11 es5id: 15.4.4.15-4-11
description: Array.prototype.lastIndexOf - 'length' is an empty string description: Array.prototype.lastIndexOf - 'length' is an empty string
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-2 es5id: 15.4.4.15-4-2
description: > description: >
Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-3 es5id: 15.4.4.15-4-3
description: > description: >
Array.prototype.lastIndexOf returns -1 if 'length' is 0 (length Array.prototype.lastIndexOf returns -1 if 'length' is 0 (length

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-4 es5id: 15.4.4.15-4-4
description: > description: >
Array.prototype.lastIndexOf returns -1 if 'length' is 0 (generic Array.prototype.lastIndexOf returns -1 if 'length' is 0 (generic

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-5 es5id: 15.4.4.15-4-5
description: > description: >
Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-6 es5id: 15.4.4.15-4-6
description: > description: >
Array.prototype.lastIndexOf returns -1 if 'length' is 0 Array.prototype.lastIndexOf returns -1 if 'length' is 0

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-7 es5id: 15.4.4.15-4-7
description: > description: >
Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length Array.prototype.lastIndexOf returns -1 if 'length' is 0 ( length

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-8 es5id: 15.4.4.15-4-8
description: > description: >
Array.prototype.lastIndexOf returns -1 if 'length' is 0 (length is Array.prototype.lastIndexOf returns -1 if 'length' is 0 (length is

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-4-9 es5id: 15.4.4.15-4-9
description: Array.prototype.lastIndexOf - 'length' is a number of value 0.1 description: Array.prototype.lastIndexOf - 'length' is a number of value 0.1
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-1 es5id: 15.4.4.15-5-1
description: Array.prototype.lastIndexOf when fromIndex is string description: Array.prototype.lastIndexOf when fromIndex is string
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-10 es5id: 15.4.4.15-5-10
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a number Array.prototype.lastIndexOf - value of 'fromIndex' is a number

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-11 es5id: 15.4.4.15-5-11
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a number Array.prototype.lastIndexOf - value of 'fromIndex' is a number

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-12 es5id: 15.4.4.15-5-12
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a number Array.prototype.lastIndexOf - value of 'fromIndex' is a number

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-13 es5id: 15.4.4.15-5-13
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a number Array.prototype.lastIndexOf - value of 'fromIndex' is a number

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-14 es5id: 15.4.4.15-5-14
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a number Array.prototype.lastIndexOf - value of 'fromIndex' is a number

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-15 es5id: 15.4.4.15-5-15
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a string Array.prototype.lastIndexOf - value of 'fromIndex' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-16 es5id: 15.4.4.15-5-16
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a string Array.prototype.lastIndexOf - value of 'fromIndex' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-17 es5id: 15.4.4.15-5-17
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a string Array.prototype.lastIndexOf - value of 'fromIndex' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-18 es5id: 15.4.4.15-5-18
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a string Array.prototype.lastIndexOf - value of 'fromIndex' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-19 es5id: 15.4.4.15-5-19
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a string Array.prototype.lastIndexOf - value of 'fromIndex' is a string

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-2 es5id: 15.4.4.15-5-2
description: Array.prototype.lastIndexOf when fromIndex is floating point number description: Array.prototype.lastIndexOf when fromIndex is floating point number
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-20 es5id: 15.4.4.15-5-20
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' which is a Array.prototype.lastIndexOf - value of 'fromIndex' which is a

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-21 es5id: 15.4.4.15-5-21
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' which is an Array.prototype.lastIndexOf - value of 'fromIndex' which is an

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-22 es5id: 15.4.4.15-5-22
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' which is an Array.prototype.lastIndexOf - value of 'fromIndex' which is an

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-23 es5id: 15.4.4.15-5-23
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is an object Array.prototype.lastIndexOf - value of 'fromIndex' is an object

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-24 es5id: 15.4.4.15-5-24
description: > description: >
Array.prototype.lastIndexOf throws TypeError exception when value Array.prototype.lastIndexOf throws TypeError exception when value

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-25 es5id: 15.4.4.15-5-25
description: > description: >
Array.prototype.lastIndexOf use inherited valueOf method when Array.prototype.lastIndexOf use inherited valueOf method when

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-26 es5id: 15.4.4.15-5-26
description: > description: >
Array.prototype.lastIndexOf - side effects produced by step 2 are Array.prototype.lastIndexOf - side effects produced by step 2 are

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-27 es5id: 15.4.4.15-5-27
description: > description: >
Array.prototype.lastIndexOf - side effects produced by step 3 are Array.prototype.lastIndexOf - side effects produced by step 3 are

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-28 es5id: 15.4.4.15-5-28
description: > description: >
Array.prototype.lastIndexOf - side effects produced by step 1 are Array.prototype.lastIndexOf - side effects produced by step 1 are

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-29 es5id: 15.4.4.15-5-29
description: > description: >
Array.prototype.lastIndexOf - side effects produced by step 2 are Array.prototype.lastIndexOf - side effects produced by step 2 are

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-3 es5id: 15.4.4.15-5-3
description: Array.prototype.lastIndexOf when fromIndex is boolean description: Array.prototype.lastIndexOf when fromIndex is boolean
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-30 es5id: 15.4.4.15-5-30
description: > description: >
Array.prototype.lastIndexOf - side effects produced by step 3 are Array.prototype.lastIndexOf - side effects produced by step 3 are

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-31 es5id: 15.4.4.15-5-31
description: > description: >
Array.prototype.lastIndexOf - 'fromIndex' is a positive Array.prototype.lastIndexOf - 'fromIndex' is a positive

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-32 es5id: 15.4.4.15-5-32
description: > description: >
Array.prototype.lastIndexOf - 'fromIndex' is a negative Array.prototype.lastIndexOf - 'fromIndex' is a negative

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-33 es5id: 15.4.4.15-5-33
description: > description: >
Array.prototype.lastIndexOf - match on the first element, a middle Array.prototype.lastIndexOf - match on the first element, a middle

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-4 es5id: 15.4.4.15-5-4
description: Array.prototype.lastIndexOf when fromIndex is undefined description: Array.prototype.lastIndexOf when fromIndex is undefined
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-5 es5id: 15.4.4.15-5-5
description: Array.prototype.lastIndexOf when fromIndex is null description: Array.prototype.lastIndexOf when fromIndex is null
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-6 es5id: 15.4.4.15-5-6
description: Array.prototype.lastIndexOf when 'fromIndex' isn't passed description: Array.prototype.lastIndexOf when 'fromIndex' isn't passed
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-7 es5id: 15.4.4.15-5-7
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a number Array.prototype.lastIndexOf - value of 'fromIndex' is a number

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastindexof
es5id: 15.4.4.15-5-8 es5id: 15.4.4.15-5-8
description: > description: >
Array.prototype.lastIndexOf - value of 'fromIndex' is a number Array.prototype.lastIndexOf - value of 'fromIndex' is a number

Some files were not shown because too many files have changed in this diff Show More