add esid to array/prototype/fill tests (#1101)

This commit is contained in:
Sue Lockwood 2017-06-30 07:33:46 -07:00 committed by Leo Balter
parent 6443c43532
commit 6155f6161a
17 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Fills elements from coerced to Integer `start` and `end` values Fills elements from coerced to Integer `start` and `end` values

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Fills all the elements from a with a custom start and end indexes. Fills all the elements from a with a custom start and end indexes.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Fills all the elements from a with a custom start index. Fills all the elements from a with a custom start index.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Fills all the elements from a with a custom start index. Fills all the elements from a with a custom start index.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Fills all the elements with `value` from a defaul start and index. Fills all the elements with `value` from a defaul start and index.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: Array.prototype.fill.length value and descriptor. description: Array.prototype.fill.length value and descriptor.
info: > info: >

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Array.prototype.fill.name value and descriptor. Array.prototype.fill.name value and descriptor.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: Property type and descriptor. description: Property type and descriptor.
info: > info: >

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Return abrupt from ToInteger(end) as a Symbol. Return abrupt from ToInteger(end) as a Symbol.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Return abrupt from ToInteger(end). Return abrupt from ToInteger(end).

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Return abrupt from setting a property value. Return abrupt from setting a property value.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Return abrupt from ToInteger(start) as a Symbol. Return abrupt from ToInteger(start) as a Symbol.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Return abrupt from ToInteger(start). Return abrupt from ToInteger(start).

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Return abrupt from ToLength(Get(O, "length")) where length is a Symbol. Return abrupt from ToLength(Get(O, "length")) where length is a Symbol.

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Return abrupt from ToLength(Get(O, "length")). Return abrupt from ToLength(Get(O, "length")).

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Return abrupt from ToObject(this value). Return abrupt from ToObject(this value).

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// 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.fill
es6id: 22.1.3.6 es6id: 22.1.3.6
description: > description: >
Returns `this`. Returns `this`.