mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
add esid to array/prototype/fill tests (#1101)
This commit is contained in:
parent
6443c43532
commit
6155f6161a
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Fills elements from coerced to Integer `start` and `end` values
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Fills all the elements from a with a custom start and end indexes.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Fills all the elements from a with a custom start index.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Fills all the elements from a with a custom start index.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Fills all the elements with `value` from a defaul start and index.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: Array.prototype.fill.length value and descriptor.
|
||||
info: >
|
||||
|
1
test/built-ins/Array/prototype/fill/name.js
vendored
1
test/built-ins/Array/prototype/fill/name.js
vendored
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Array.prototype.fill.name value and descriptor.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: Property type and descriptor.
|
||||
info: >
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from ToInteger(end) as a Symbol.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from ToInteger(end).
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from setting a property value.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from ToInteger(start) as a Symbol.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from ToInteger(start).
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from ToLength(Get(O, "length")) where length is a Symbol.
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from ToLength(Get(O, "length")).
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from ToObject(this value).
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-array.prototype.fill
|
||||
es6id: 22.1.3.6
|
||||
description: >
|
||||
Returns `this`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user