diff --git a/test/built-ins/Array/Symbol.species/return-value.js b/test/built-ins/Array/Symbol.species/return-value.js index 279f9e4355..71b1542455 100644 --- a/test/built-ins/Array/Symbol.species/return-value.js +++ b/test/built-ins/Array/Symbol.species/return-value.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-get-array-@@species +esid: sec-get-array-%symbol.species% description: Return value of @@species accessor method info: | 1. Return the this value. diff --git a/test/built-ins/Array/Symbol.species/symbol-species.js b/test/built-ins/Array/Symbol.species/symbol-species.js index 44c798d228..46d5b8fce2 100644 --- a/test/built-ins/Array/Symbol.species/symbol-species.js +++ b/test/built-ins/Array/Symbol.species/symbol-species.js @@ -4,7 +4,7 @@ /*--- info: | Array has a property at `Symbol.species` -esid: sec-get-array-@@species +esid: sec-get-array-%symbol.species% author: Sam Mikes description: Array[Symbol.species] exists per spec includes: [propertyHelper.js] diff --git a/test/built-ins/Array/prototype/Symbol.unscopables/array-find-from-last.js b/test/built-ins/Array/prototype/Symbol.unscopables/array-find-from-last.js index 950383d663..a60021b872 100644 --- a/test/built-ins/Array/prototype/Symbol.unscopables/array-find-from-last.js +++ b/test/built-ins/Array/prototype/Symbol.unscopables/array-find-from-last.js @@ -1,7 +1,7 @@ // Copyright (C) 2022 Microsoft. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype-@@unscopables +esid: sec-array.prototype-%symbol.unscopables% description: > Initial value of `Symbol.unscopables` property info: | diff --git a/test/built-ins/Array/prototype/Symbol.unscopables/change-array-by-copy.js b/test/built-ins/Array/prototype/Symbol.unscopables/change-array-by-copy.js index 2703c3565c..d473cc14e2 100644 --- a/test/built-ins/Array/prototype/Symbol.unscopables/change-array-by-copy.js +++ b/test/built-ins/Array/prototype/Symbol.unscopables/change-array-by-copy.js @@ -1,7 +1,7 @@ // Copyright (C) 2021 Igalia. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype-@@unscopables +esid: sec-array.prototype-%symbol.unscopables% description: > Initial value of `Symbol.unscopables` property info: | diff --git a/test/built-ins/Array/prototype/Symbol.unscopables/prop-desc.js b/test/built-ins/Array/prototype/Symbol.unscopables/prop-desc.js index 1d570cce9a..b856e903af 100644 --- a/test/built-ins/Array/prototype/Symbol.unscopables/prop-desc.js +++ b/test/built-ins/Array/prototype/Symbol.unscopables/prop-desc.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 Mike Pennisi. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype-@@unscopables +esid: sec-array.prototype-%symbol.unscopables% description: > Property descriptor for initial value of `Symbol.unscopables` property info: | diff --git a/test/built-ins/Array/prototype/Symbol.unscopables/value.js b/test/built-ins/Array/prototype/Symbol.unscopables/value.js index 35d660bfa3..75d85c2c40 100644 --- a/test/built-ins/Array/prototype/Symbol.unscopables/value.js +++ b/test/built-ins/Array/prototype/Symbol.unscopables/value.js @@ -1,7 +1,7 @@ // Copyright (C) 2015 Mike Pennisi. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-array.prototype-@@unscopables +esid: sec-array.prototype-%symbol.unscopables% description: > Initial value of `Symbol.unscopables` property info: | diff --git a/test/built-ins/Array/prototype/indexOf/resizable-buffer-special-float-values.js b/test/built-ins/Array/prototype/indexOf/resizable-buffer-special-float-values.js index ca8ba77433..59b4218c1e 100644 --- a/test/built-ins/Array/prototype/indexOf/resizable-buffer-special-float-values.js +++ b/test/built-ins/Array/prototype/indexOf/resizable-buffer-special-float-values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%array%.prototype.indexof +esid: sec-array.prototype.indexof description: > Array.p.indexOf behaves correctly for special float values on TypedArrays backed by resizable buffers. diff --git a/test/built-ins/Array/prototype/reduceRight/resizable-buffer-shrink-mid-iteration.js b/test/built-ins/Array/prototype/reduceRight/resizable-buffer-shrink-mid-iteration.js index 5c14e80dc1..dd2409e9e3 100644 --- a/test/built-ins/Array/prototype/reduceRight/resizable-buffer-shrink-mid-iteration.js +++ b/test/built-ins/Array/prototype/reduceRight/resizable-buffer-shrink-mid-iteration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%array%.prototype.reduceright +esid: sec-array.prototype.reduceright description: > Array.p.reduceRight behaves correctly when the backing resizable buffer is shrunk mid-iteration. diff --git a/test/built-ins/Date/S15.9.3.2_A1_T1.js b/test/built-ins/Date/S15.9.3.2_A1_T1.js index 95ea703e72..77f5f3d452 100644 --- a/test/built-ins/Date/S15.9.3.2_A1_T1.js +++ b/test/built-ins/Date/S15.9.3.2_A1_T1.js @@ -5,7 +5,7 @@ info: | When Date is called as part of a new expression it is a constructor: it initialises the newly created object -esid: sec-date-value +esid: sec-date description: Checking types of newly created objects and it values includes: [dateConstants.js] ---*/ diff --git a/test/built-ins/Date/S15.9.3.2_A2_T1.js b/test/built-ins/Date/S15.9.3.2_A2_T1.js index bc33c95342..8ef3d597a4 100644 --- a/test/built-ins/Date/S15.9.3.2_A2_T1.js +++ b/test/built-ins/Date/S15.9.3.2_A2_T1.js @@ -6,7 +6,7 @@ info: | The [[Prototype]] property of the newly constructed object is set to the original Date prototype object, the one that is the initial value of Date.prototype -esid: sec-date-value +esid: sec-date description: Checking Date.prototype property of newly constructed objects includes: [dateConstants.js] ---*/ diff --git a/test/built-ins/Date/S15.9.3.2_A3_T1.1.js b/test/built-ins/Date/S15.9.3.2_A3_T1.1.js index c9b2036f75..c91865b2da 100644 --- a/test/built-ins/Date/S15.9.3.2_A3_T1.1.js +++ b/test/built-ins/Date/S15.9.3.2_A3_T1.1.js @@ -5,7 +5,7 @@ info: | The [[Class]] property of the newly constructed object is set to "Date" -esid: sec-date-value +esid: sec-date description: Test based on delete prototype.toString includes: [dateConstants.js] ---*/ diff --git a/test/built-ins/Date/S15.9.3.2_A3_T1.2.js b/test/built-ins/Date/S15.9.3.2_A3_T1.2.js index 41490a5a74..a02ee245f7 100644 --- a/test/built-ins/Date/S15.9.3.2_A3_T1.2.js +++ b/test/built-ins/Date/S15.9.3.2_A3_T1.2.js @@ -5,7 +5,7 @@ info: | The [[Class]] property of the newly constructed object is set to "Date" -esid: sec-date-value +esid: sec-date description: Test based on overwriting prototype.toString includes: [dateConstants.js] ---*/ diff --git a/test/built-ins/Date/construct_with_date.js b/test/built-ins/Date/construct_with_date.js index 8bbf3292fe..2a2b254ea9 100644 --- a/test/built-ins/Date/construct_with_date.js +++ b/test/built-ins/Date/construct_with_date.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: Date constructor called with Date object info: | 20.3.2.2 Date ( value ) diff --git a/test/built-ins/Date/proto-from-ctor-realm-one.js b/test/built-ins/Date/proto-from-ctor-realm-one.js index 9c2a8aac2b..b57f321e95 100644 --- a/test/built-ins/Date/proto-from-ctor-realm-one.js +++ b/test/built-ins/Date/proto-from-ctor-realm-one.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: Default [[Prototype]] value derived from realm of the newTarget info: | [...] diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/called-as-function.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/called-as-function.js index 71466626d6..9d32943eb2 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/called-as-function.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/called-as-function.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > `this` value is resolved using strict mode semantics, throwing TypeError if called as top-level function. diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-invalid.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-invalid.js index e50a77eb81..fe8607d445 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-invalid.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-invalid.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "default" and first try returns an invalid value info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-non-callable.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-non-callable.js index 18f6e5051d..014fff1659 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-non-callable.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-non-callable.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "default" and first try is not callable info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-valid.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-valid.js index 6dfbbd3ce6..ce19498e69 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-valid.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-first-valid.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "default" and first try returns a valid value info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-no-callables.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-no-callables.js index 91fd977a37..ee1e0a8802 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-no-callables.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-default-no-callables.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "default" and neither first nor second try are callable. info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-invalid.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-invalid.js index 6be45c6b2f..c169b8056d 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-invalid.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-invalid.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: Behavior when an invalid `hint` argument is specified info: | 1. Let O be the this value. diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-invalid.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-invalid.js index 70bae6662b..c23071d0c2 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-invalid.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-invalid.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "number" and first try returns an invalid value info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-non-callable.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-non-callable.js index 9ea1c299f0..45031b6a7f 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-non-callable.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-non-callable.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "number" and first try is not callable info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-valid.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-valid.js index e7deb7cf56..f3bba63fd4 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-valid.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-first-valid.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "number" and first try returns a valid value info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-no-callables.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-no-callables.js index f222c96e16..af1ea8aa80 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-no-callables.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-number-no-callables.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "number" and neither first nor second try are callable. info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-invalid.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-invalid.js index 422deded0b..9c0a91cb32 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-invalid.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-invalid.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "string" and first try returns an invalid value info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-non-callable.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-non-callable.js index cfed20c5f0..47cf449fbf 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-non-callable.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-non-callable.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "string" and first try is not callable info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-valid.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-valid.js index dab128e2e2..8e2ef5e773 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-valid.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-first-valid.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "string" and first try returns a valid value info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-no-callables.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-no-callables.js index 5ac51fe08b..3440588f57 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-no-callables.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/hint-string-no-callables.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: > Behavior when `hint` is "string" and neither first nor second try are callable. info: | diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/length.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/length.js index c48e89b5df..b05049e9cb 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/length.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/length.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: Date.prototype[Symbol.toPrimitive] `length` property info: | ES6 section 17: diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/name.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/name.js index 51f7989ca0..4e33685d21 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/name.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/name.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: Date.prototype[Symbol.toPrimitive] `name` property info: | The value of the name property of this function is "[Symbol.toPrimitive]". diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/prop-desc.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/prop-desc.js index b7b58c2808..61df66e139 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/prop-desc.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: Date.prototype[Symbol.toPrimitive] property descriptor info: | This property has the attributes { [[Writable]]: false, [[Enumerable]]: diff --git a/test/built-ins/Date/prototype/Symbol.toPrimitive/this-val-non-obj.js b/test/built-ins/Date/prototype/Symbol.toPrimitive/this-val-non-obj.js index f50b9c56a4..e5732bc2aa 100644 --- a/test/built-ins/Date/prototype/Symbol.toPrimitive/this-val-non-obj.js +++ b/test/built-ins/Date/prototype/Symbol.toPrimitive/this-val-non-obj.js @@ -1,7 +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-date.prototype-@@toprimitive +esid: sec-date.prototype-%symbol.toprimitive% description: Behavior when `this` value is not an Object info: | 1. Let O be the this value. diff --git a/test/built-ins/Date/prototype/getUTCDay/name.js b/test/built-ins/Date/prototype/getUTCDay/name.js index 59ca2f24e1..2b30d46042 100644 --- a/test/built-ins/Date/prototype/getUTCDay/name.js +++ b/test/built-ins/Date/prototype/getUTCDay/name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date.prototype.getutcdaty +esid: sec-date.prototype.getutcday description: > Date.prototype.getUTCDay.name is "getUTCDay". info: | diff --git a/test/built-ins/Date/prototype/getUTCDay/this-value-non-object.js b/test/built-ins/Date/prototype/getUTCDay/this-value-non-object.js index 65646ebe8d..e29fa8333b 100644 --- a/test/built-ins/Date/prototype/getUTCDay/this-value-non-object.js +++ b/test/built-ins/Date/prototype/getUTCDay/this-value-non-object.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date.prototype.getutcdaty +esid: sec-date.prototype.getutcday description: Behavior when "this" value is not an Object info: | 1. Let t be ? thisTimeValue(this value). diff --git a/test/built-ins/Date/prototype/getUTCMilliseconds/this-value-valid-date.js b/test/built-ins/Date/prototype/getUTCMilliseconds/this-value-valid-date.js index 19683ad305..9f8309e7c6 100644 --- a/test/built-ins/Date/prototype/getUTCMilliseconds/this-value-valid-date.js +++ b/test/built-ins/Date/prototype/getUTCMilliseconds/this-value-valid-date.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date.prototype.getutcmmilliseconds +esid: sec-date.prototype.getutcmilliseconds description: Return value for valid dates info: | 1. Let t be ? thisTimeValue(this value). diff --git a/test/built-ins/Date/subclassing.js b/test/built-ins/Date/subclassing.js index 31e6fecd02..cf00e70b6f 100644 --- a/test/built-ins/Date/subclassing.js +++ b/test/built-ins/Date/subclassing.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: Error retrieving `Symbol.toPrimitive` method from object value info: | 3. If NewTarget is not undefined, then diff --git a/test/built-ins/Date/value-get-symbol-to-prim-err.js b/test/built-ins/Date/value-get-symbol-to-prim-err.js index 4bf7aba885..069c1530dd 100644 --- a/test/built-ins/Date/value-get-symbol-to-prim-err.js +++ b/test/built-ins/Date/value-get-symbol-to-prim-err.js @@ -1,7 +1,7 @@ // Copyright (c) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: > Behavior when error thrown while accessing `Symbol.toPrimitive` property info: | diff --git a/test/built-ins/Date/value-symbol-to-prim-err.js b/test/built-ins/Date/value-symbol-to-prim-err.js index ead2b0bfd5..969d736622 100644 --- a/test/built-ins/Date/value-symbol-to-prim-err.js +++ b/test/built-ins/Date/value-symbol-to-prim-err.js @@ -1,7 +1,7 @@ // Copyright (c) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: > Behavior when error thrown by invocation of `Symbol.toPrimitive` method during coercion diff --git a/test/built-ins/Date/value-symbol-to-prim-invocation.js b/test/built-ins/Date/value-symbol-to-prim-invocation.js index 7647dc3de0..457fe0efab 100644 --- a/test/built-ins/Date/value-symbol-to-prim-invocation.js +++ b/test/built-ins/Date/value-symbol-to-prim-invocation.js @@ -1,7 +1,7 @@ // copyright (c) 2016 the v8 project authors. all rights reserved. // this code is governed by the bsd license found in the license file. /*--- -esid: sec-date-value +esid: sec-date description: Invocation of `Symbol.toPrimitive` method info: | [...] diff --git a/test/built-ins/Date/value-symbol-to-prim-return-obj.js b/test/built-ins/Date/value-symbol-to-prim-return-obj.js index 15cb4ba372..fc1a58faa1 100644 --- a/test/built-ins/Date/value-symbol-to-prim-return-obj.js +++ b/test/built-ins/Date/value-symbol-to-prim-return-obj.js @@ -1,7 +1,7 @@ // copyright (c) 2016 the v8 project authors. all rights reserved. // this code is governed by the bsd license found in the license file. /*--- -esid: sec-date-value +esid: sec-date description: > Behavior when coercion via `Symbol.toPrimitive` yields an Object info: | diff --git a/test/built-ins/Date/value-symbol-to-prim-return-prim.js b/test/built-ins/Date/value-symbol-to-prim-return-prim.js index b7bcb56659..2e3cead5c5 100644 --- a/test/built-ins/Date/value-symbol-to-prim-return-prim.js +++ b/test/built-ins/Date/value-symbol-to-prim-return-prim.js @@ -1,7 +1,7 @@ // Copyright (c) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: > Behavior when coercion via `Symbol.toPrimitive` yields a primitive value info: | diff --git a/test/built-ins/Date/value-to-primitive-call-err.js b/test/built-ins/Date/value-to-primitive-call-err.js index db3dbe5cd8..70a7eab893 100644 --- a/test/built-ins/Date/value-to-primitive-call-err.js +++ b/test/built-ins/Date/value-to-primitive-call-err.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: Error invoking `Symbol.toPrimitive` method of object value info: | 3. If NewTarget is not undefined, then diff --git a/test/built-ins/Date/value-to-primitive-call.js b/test/built-ins/Date/value-to-primitive-call.js index b4454c9c1c..f705be1117 100644 --- a/test/built-ins/Date/value-to-primitive-call.js +++ b/test/built-ins/Date/value-to-primitive-call.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: Invocation of `Symbol.toPrimitive` method of object value info: | 3. If NewTarget is not undefined, then diff --git a/test/built-ins/Date/value-to-primitive-get-meth-err.js b/test/built-ins/Date/value-to-primitive-get-meth-err.js index 48c7a73abd..62547c31ec 100644 --- a/test/built-ins/Date/value-to-primitive-get-meth-err.js +++ b/test/built-ins/Date/value-to-primitive-get-meth-err.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: Error retrieving `Symbol.toPrimitive` method from object value info: | 3. If NewTarget is not undefined, then diff --git a/test/built-ins/Date/value-to-primitive-result-faulty.js b/test/built-ins/Date/value-to-primitive-result-faulty.js index 7619f28d99..b911a7fe57 100644 --- a/test/built-ins/Date/value-to-primitive-result-faulty.js +++ b/test/built-ins/Date/value-to-primitive-result-faulty.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: Exotic `Symbol.toPrimitive` method returns a non-primitive info: | 3. If NewTarget is not undefined, then diff --git a/test/built-ins/Date/value-to-primitive-result-non-string-prim.js b/test/built-ins/Date/value-to-primitive-result-non-string-prim.js index ba233e8700..e74b169f5c 100644 --- a/test/built-ins/Date/value-to-primitive-result-non-string-prim.js +++ b/test/built-ins/Date/value-to-primitive-result-non-string-prim.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: > Exotic `Symbol.toPrimitive` method returns a primitive value other than a string diff --git a/test/built-ins/Date/value-to-primitive-result-string.js b/test/built-ins/Date/value-to-primitive-result-string.js index 81707dbf25..e101514b3f 100644 --- a/test/built-ins/Date/value-to-primitive-result-string.js +++ b/test/built-ins/Date/value-to-primitive-result-string.js @@ -1,7 +1,7 @@ // Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-date-value +esid: sec-date description: Exotic `Symbol.toPrimitive` method returns a String value info: | 3. If NewTarget is not undefined, then