Frontmatter: fixup "info: >" to "info: |"

This commit is contained in:
Rick Waldron 2018-01-05 12:26:51 -05:00
parent 60ecff7c99
commit 92a2621901
6095 changed files with 6094 additions and 6094 deletions

View File

@ -5,7 +5,7 @@
es6id: B.2.4.1 es6id: B.2.4.1
description: > description: >
Date.prototype.getYear.length is 0. Date.prototype.getYear.length is 0.
info: > info: |
Date.prototype.getYear ( ) Date.prototype.getYear ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.4.1 es6id: B.2.4.1
description: > description: >
Date.prototype.getYear.name is "getYear". Date.prototype.getYear.name is "getYear".
info: > info: |
Date.prototype.getYear ( ) Date.prototype.getYear ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.4.2 es6id: B.2.4.2
description: > description: >
Date.prototype.setYear.length is 1. Date.prototype.setYear.length is 1.
info: > info: |
Date.prototype.setYear ( ) Date.prototype.setYear ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.4.2 es6id: B.2.4.2
description: > description: >
Date.prototype.setYear.name is "setYear". Date.prototype.setYear.name is "setYear".
info: > info: |
Date.prototype.setYear ( ) Date.prototype.setYear ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@ esid: sec-date.prototype.togmtstring
es6id: B.2.4.3 es6id: B.2.4.3
es5id: B.2.6 es5id: B.2.6
description: Value of `Date.prototype.toGMTString` description: Value of `Date.prototype.toGMTString`
info: > info: |
The function object that is the initial value of Date.prototype.toGMTString The function object that is the initial value of Date.prototype.toGMTString
is the same function object that is the initial value of is the same function object that is the initial value of
Date.prototype.toUTCString. Date.prototype.toUTCString.

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Object.prototype.__defineGetter__ `length` property description: Object.prototype.__defineGetter__ `length` property
info: > info: |
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, has a length Every built-in Function object, including constructors, has a length
property whose value is an integer. Unless otherwise specified, this value property whose value is an integer. Unless otherwise specified, this value

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Object.prototype.__defineGetter__ `name` property description: Object.prototype.__defineGetter__ `name` property
info: > info: |
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, that is not Every built-in Function object, including constructors, that is not

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Property descriptor for Object.prototype.__defineGetter__ description: Property descriptor for Object.prototype.__defineGetter__
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Object.prototype.__defineSetter__ `length` property description: Object.prototype.__defineSetter__ `length` property
info: > info: |
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, has a length Every built-in Function object, including constructors, has a length
property whose value is an integer. Unless otherwise specified, this value property whose value is an integer. Unless otherwise specified, this value

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Object.prototype.__defineSetter__ `name` property description: Object.prototype.__defineSetter__ `name` property
info: > info: |
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, that is not Every built-in Function object, including constructors, that is not

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Property descriptor for Object.prototype.__defineSetter__ description: Property descriptor for Object.prototype.__defineSetter__
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Object.prototype.__lookupGetter__ `length` property description: Object.prototype.__lookupGetter__ `length` property
info: > info: |
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, has a length Every built-in Function object, including constructors, has a length
property whose value is an integer. Unless otherwise specified, this value property whose value is an integer. Unless otherwise specified, this value

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Object.prototype.__lookupGetter__ `name` property description: Object.prototype.__lookupGetter__ `name` property
info: > info: |
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, that is not Every built-in Function object, including constructors, that is not

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Property descriptor for Object.prototype.__lookupGetter__ description: Property descriptor for Object.prototype.__lookupGetter__
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Object.prototype.__lookupSetter__ `length` property description: Object.prototype.__lookupSetter__ `length` property
info: > info: |
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, has a length Every built-in Function object, including constructors, has a length
property whose value is an integer. Unless otherwise specified, this value property whose value is an integer. Unless otherwise specified, this value

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Object.prototype.__lookupSetter__ `name` property description: Object.prototype.__lookupSetter__ `name` property
info: > info: |
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, that is not Every built-in Function object, including constructors, that is not

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
description: Property descriptor for Object.prototype.__lookupSetter__ description: Property descriptor for Object.prototype.__lookupSetter__
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Abrupt completion from [[GetPrototypeOf]] description: Abrupt completion from [[GetPrototypeOf]]
info: > info: |
1. Let O be ? ToObject(this value). 1. Let O be ? ToObject(this value).
2. Return ? O.[[GetPrototypeOf]](). 2. Return ? O.[[GetPrototypeOf]]().
features: [Proxy] features: [Proxy]

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Normal completion from ordinary object's [[GetPrototypeOf]] description: Normal completion from ordinary object's [[GetPrototypeOf]]
info: > info: |
1. Let O be ? ToObject(this value). 1. Let O be ? ToObject(this value).
2. Return ? O.[[GetPrototypeOf]](). 2. Return ? O.[[GetPrototypeOf]]().
---*/ ---*/

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Abrupt completion from ToObject description: Abrupt completion from ToObject
info: > info: |
1. Let O be ? ToObject(this value). 1. Let O be ? ToObject(this value).
---*/ ---*/

View File

@ -4,7 +4,7 @@
esid: sec-additional-properties-of-the-object.prototype-object esid: sec-additional-properties-of-the-object.prototype-object
es6id: B.2.2.1.2 es6id: B.2.2.1.2
description: Property descriptor for Object.prototype.__proto__ description: Property descriptor for Object.prototype.__proto__
info: > info: |
Object.prototype.__proto__ is an accessor property with attributes { Object.prototype.__proto__ is an accessor property with attributes {
[[Enumerable]]: false, [[Configurable]]: true }. The [[Get]] and [[Set]] [[Enumerable]]: false, [[Configurable]]: true }. The [[Get]] and [[Set]]
attributes are defined as follows: attributes are defined as follows:

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Abrupt completion from [[SetPrototypeOf]] description: Abrupt completion from [[SetPrototypeOf]]
info: > info: |
[...] [...]
4. Let status be ? O.[[SetPrototypeOf]](proto). 4. Let status be ? O.[[SetPrototypeOf]](proto).
features: [Proxy] features: [Proxy]

View File

@ -6,7 +6,7 @@ es6id: B.2.2.1
description: > description: >
Cycles are not detected when a Proxy exotic object exists in the prototype Cycles are not detected when a Proxy exotic object exists in the prototype
chain chain
info: > info: |
[...] [...]
4. Let status be ? O.[[SetPrototypeOf]](proto). 4. Let status be ? O.[[SetPrototypeOf]](proto).
5. If status is false, throw a TypeError exception. 5. If status is false, throw a TypeError exception.

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Cycle detection description: Cycle detection
info: > info: |
[...] [...]
4. Let status be ? O.[[SetPrototypeOf]](proto). 4. Let status be ? O.[[SetPrototypeOf]](proto).
5. If status is false, throw a TypeError exception. 5. If status is false, throw a TypeError exception.

View File

@ -3,7 +3,7 @@
/*--- /*---
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
description: Called on an immutable prototype exotic object description: Called on an immutable prototype exotic object
info: > info: |
[...] [...]
4. Let status be ? O.[[SetPrototypeOf]](proto). 4. Let status be ? O.[[SetPrototypeOf]](proto).
5. If status is false, throw a TypeError exception. 5. If status is false, throw a TypeError exception.

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Called with a value that is neither an Object nor Null description: Called with a value that is neither an Object nor Null
info: > info: |
1. Let O be ? RequireObjectCoercible(this value). 1. Let O be ? RequireObjectCoercible(this value).
2. If Type(proto) is neither Object nor Null, return undefined. 2. If Type(proto) is neither Object nor Null, return undefined.
features: [Symbol] features: [Symbol]

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Called on an non-extensible object description: Called on an non-extensible object
info: > info: |
[...] [...]
4. Let status be ? O.[[SetPrototypeOf]](proto). 4. Let status be ? O.[[SetPrototypeOf]](proto).
5. If status is false, throw a TypeError exception. 5. If status is false, throw a TypeError exception.

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Called on a value that is not object-coercible description: Called on a value that is not object-coercible
info: > info: |
1. Let O be ? RequireObjectCoercible(this value). 1. Let O be ? RequireObjectCoercible(this value).
---*/ ---*/

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Called on a value that is object-coercible but not an Object description: Called on a value that is object-coercible but not an Object
info: > info: |
1. Let O be ? RequireObjectCoercible(this value). 1. Let O be ? RequireObjectCoercible(this value).
2. If Type(proto) is neither Object nor Null, return undefined. 2. If Type(proto) is neither Object nor Null, return undefined.
3. If Type(O) is not Object, return undefined. 3. If Type(O) is not Object, return undefined.

View File

@ -4,7 +4,7 @@
esid: sec-object.prototype.__proto__ esid: sec-object.prototype.__proto__
es6id: B.2.2.1 es6id: B.2.2.1
description: Setting valid value on an ordinary object description: Setting valid value on an ordinary object
info: > info: |
[...] [...]
4. Let status be ? O.[[SetPrototypeOf]](proto). 4. Let status be ? O.[[SetPrototypeOf]](proto).
5. If status is false, throw a TypeError exception. 5. If status is false, throw a TypeError exception.

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ] The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ]
evaluates by evaluating ClassRanges to obtain a CharSet and returning evaluates by evaluating ClassRanges to obtain a CharSet and returning
that CharSet and the boolean false that CharSet and the boolean false

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
An escape sequence of the form \ followed by a nonzero decimal number n An escape sequence of the form \ followed by a nonzero decimal number n
matches the result of the nth set of capturing parentheses (see matches the result of the nth set of capturing parentheses (see
15.10.2.11) 15.10.2.11)

View File

@ -5,7 +5,7 @@
esid: prod-annexB-ClassAtomNoDash esid: prod-annexB-ClassAtomNoDash
description: > description: >
Invalid \c in a range behaves like [\\c-_] Invalid \c in a range behaves like [\\c-_]
info: > info: |
ClassAtomNoDash :: `\` ClassAtomNoDash :: `\`
The production ClassAtomNoDash :: `\` evaluates as follows: The production ClassAtomNoDash :: `\` evaluates as follows:

View File

@ -5,7 +5,7 @@
esid: prod-annexB-ClassAtomNoDash esid: prod-annexB-ClassAtomNoDash
description: > description: >
Character classes containing an invalid control escape behave like [\\c] Character classes containing an invalid control escape behave like [\\c]
info: > info: |
ClassAtomNoDash :: `\` ClassAtomNoDash :: `\`
The production ClassAtomNoDash :: `\` evaluates as follows: The production ClassAtomNoDash :: `\` evaluates as follows:

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
RegularExpressionFirstChar :: BackslashSequence :: \NonTerminator, RegularExpressionFirstChar :: BackslashSequence :: \NonTerminator,
RegularExpressionChars :: [empty], RegularExpressionFlags :: [empty] RegularExpressionChars :: [empty], RegularExpressionFlags :: [empty]
es5id: 7.8.5_A1.4_T2 es5id: 7.8.5_A1.4_T2

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
RegularExpressionFirstChar :: BackslashSequence :: \NonTerminator, RegularExpressionFirstChar :: BackslashSequence :: \NonTerminator,
RegularExpressionChars :: [empty], RegularExpressionFlags :: [empty] RegularExpressionChars :: [empty], RegularExpressionFlags :: [empty]
es5id: 7.8.5_A1.4_T1 es5id: 7.8.5_A1.4_T1

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
RegularExpressionChar :: BackslashSequence :: \NonTerminator, RegularExpressionChar :: BackslashSequence :: \NonTerminator,
RegularExpressionFlags :: [empty] RegularExpressionFlags :: [empty]
es5id: 7.8.5_A2.4_T2 es5id: 7.8.5_A2.4_T2

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
RegularExpressionChar :: BackslashSequence :: \NonTerminator, RegularExpressionChar :: BackslashSequence :: \NonTerminator,
RegularExpressionFlags :: [empty] RegularExpressionFlags :: [empty]
es5id: 7.8.5_A2.4_T1 es5id: 7.8.5_A2.4_T1

View File

@ -3,7 +3,7 @@
/*--- /*---
description: An incomplete HexEscape or UnicodeEscape should be treated as an Identity Escape description: An incomplete HexEscape or UnicodeEscape should be treated as an Identity Escape
info: > info: |
An incomplete HexEscape (e.g. /\x/) or UnicodeEscape (/\u/) should fall An incomplete HexEscape (e.g. /\x/) or UnicodeEscape (/\u/) should fall
through to IdentityEscape through to IdentityEscape
esid: prod-AtomEscape esid: prod-AtomEscape

View File

@ -5,7 +5,7 @@
es6id: B.2.5.1 es6id: B.2.5.1
description: > description: >
RegExp.prototype.compile.length is 2. RegExp.prototype.compile.length is 2.
info: > info: |
RegExp.prototype.compile (pattern, flags ) RegExp.prototype.compile (pattern, flags )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.5.1 es6id: B.2.5.1
description: > description: >
RegExp.prototype.compile.name is "compile". RegExp.prototype.compile.name is "compile".
info: > info: |
RegExp.prototype.compile (pattern, flags ) RegExp.prototype.compile (pattern, flags )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.2 es6id: B.2.3.2
description: > description: >
String.prototype.anchor.length is 1. String.prototype.anchor.length is 1.
info: > info: |
String.prototype.anchor ( name ) String.prototype.anchor ( name )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.2 es6id: B.2.3.2
description: > description: >
String.prototype.anchor.name is "anchor". String.prototype.anchor.name is "anchor".
info: > info: |
String.prototype.anchor ( name ) String.prototype.anchor ( name )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.anchor esid: sec-string.prototype.anchor
es6id: B.2.3.2 es6id: B.2.3.2
description: Property descriptor for String.prototype.anchor description: Property descriptor for String.prototype.anchor
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.3 es6id: B.2.3.3
description: > description: >
String.prototype.big.length is 0. String.prototype.big.length is 0.
info: > info: |
String.prototype.big ( ) String.prototype.big ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.3 es6id: B.2.3.3
description: > description: >
String.prototype.big.name is "big". String.prototype.big.name is "big".
info: > info: |
String.prototype.big ( ) String.prototype.big ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.big esid: sec-string.prototype.big
es6id: B.2.3.3 es6id: B.2.3.3
description: Property descriptor for String.prototype.big description: Property descriptor for String.prototype.big
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.4 es6id: B.2.3.4
description: > description: >
String.prototype.blink.length is 0. String.prototype.blink.length is 0.
info: > info: |
String.prototype.blink ( ) String.prototype.blink ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.4 es6id: B.2.3.4
description: > description: >
String.prototype.blink.name is "blink". String.prototype.blink.name is "blink".
info: > info: |
String.prototype.blink ( ) String.prototype.blink ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.blink esid: sec-string.prototype.blink
es6id: B.2.3.4 es6id: B.2.3.4
description: Property descriptor for String.prototype.blink description: Property descriptor for String.prototype.blink
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.5 es6id: B.2.3.5
description: > description: >
String.prototype.bold.length is 0. String.prototype.bold.length is 0.
info: > info: |
String.prototype.bold ( ) String.prototype.bold ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.5 es6id: B.2.3.5
description: > description: >
String.prototype.bold.name is "bold". String.prototype.bold.name is "bold".
info: > info: |
String.prototype.bold ( ) String.prototype.bold ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.bold esid: sec-string.prototype.bold
es6id: B.2.3.5 es6id: B.2.3.5
description: Property descriptor for String.prototype.bold description: Property descriptor for String.prototype.bold
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.6 es6id: B.2.3.6
description: > description: >
String.prototype.fixed.length is 0. String.prototype.fixed.length is 0.
info: > info: |
String.prototype.fixed ( ) String.prototype.fixed ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.6 es6id: B.2.3.6
description: > description: >
String.prototype.fixed.name is "fixed". String.prototype.fixed.name is "fixed".
info: > info: |
String.prototype.fixed ( ) String.prototype.fixed ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.fixed esid: sec-string.prototype.fixed
es6id: B.2.3.6 es6id: B.2.3.6
description: Property descriptor for String.prototype.fixed description: Property descriptor for String.prototype.fixed
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.7 es6id: B.2.3.7
description: > description: >
String.prototype.fontcolor.length is 1. String.prototype.fontcolor.length is 1.
info: > info: |
String.prototype.fontcolor ( color ) String.prototype.fontcolor ( color )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.7 es6id: B.2.3.7
description: > description: >
String.prototype.fontcolor.name is "fontcolor". String.prototype.fontcolor.name is "fontcolor".
info: > info: |
String.prototype.fontcolor ( color ) String.prototype.fontcolor ( color )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.fontcolor esid: sec-string.prototype.fontcolor
es6id: B.2.3.7 es6id: B.2.3.7
description: Property descriptor for String.prototype.fontcolor description: Property descriptor for String.prototype.fontcolor
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.8 es6id: B.2.3.8
description: > description: >
String.prototype.fontsize.length is 1. String.prototype.fontsize.length is 1.
info: > info: |
String.prototype.fontsize ( size ) String.prototype.fontsize ( size )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.8 es6id: B.2.3.8
description: > description: >
String.prototype.fontsize.name is "fontsize". String.prototype.fontsize.name is "fontsize".
info: > info: |
String.prototype.fontsize ( color ) String.prototype.fontsize ( color )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.fontsize esid: sec-string.prototype.fontsize
es6id: B.2.3.8 es6id: B.2.3.8
description: Property descriptor for String.prototype.fontsize description: Property descriptor for String.prototype.fontsize
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.9 es6id: B.2.3.9
description: > description: >
String.prototype.italics.length is 0. String.prototype.italics.length is 0.
info: > info: |
String.prototype.italics ( ) String.prototype.italics ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.9 es6id: B.2.3.9
description: > description: >
String.prototype.italics.name is "italics". String.prototype.italics.name is "italics".
info: > info: |
String.prototype.italics ( ) String.prototype.italics ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.italics esid: sec-string.prototype.italics
es6id: B.2.3.9 es6id: B.2.3.9
description: Property descriptor for String.prototype.italics description: Property descriptor for String.prototype.italics
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.10 es6id: B.2.3.10
description: > description: >
String.prototype.link.length is 1. String.prototype.link.length is 1.
info: > info: |
String.prototype.link ( url ) String.prototype.link ( url )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.10 es6id: B.2.3.10
description: > description: >
String.prototype.link.name is "link". String.prototype.link.name is "link".
info: > info: |
String.prototype.link ( url ) String.prototype.link ( url )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.link esid: sec-string.prototype.link
es6id: B.2.3.10 es6id: B.2.3.10
description: Property descriptor for String.prototype.link description: Property descriptor for String.prototype.link
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.11 es6id: B.2.3.11
description: > description: >
String.prototype.small.length is 0. String.prototype.small.length is 0.
info: > info: |
String.prototype.small ( ) String.prototype.small ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.11 es6id: B.2.3.11
description: > description: >
String.prototype.small.name is "small". String.prototype.small.name is "small".
info: > info: |
String.prototype.small ( ) String.prototype.small ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.small esid: sec-string.prototype.small
es6id: B.2.3.11 es6id: B.2.3.11
description: Property descriptor for String.prototype.small description: Property descriptor for String.prototype.small
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.12 es6id: B.2.3.12
description: > description: >
String.prototype.strike.length is 0. String.prototype.strike.length is 0.
info: > info: |
String.prototype.strike ( ) String.prototype.strike ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.12 es6id: B.2.3.12
description: > description: >
String.prototype.strike.name is "strike". String.prototype.strike.name is "strike".
info: > info: |
String.prototype.strike ( ) String.prototype.strike ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.strike esid: sec-string.prototype.strike
es6id: B.2.3.12 es6id: B.2.3.12
description: Property descriptor for String.prototype.strike description: Property descriptor for String.prototype.strike
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.13 es6id: B.2.3.13
description: > description: >
String.prototype.sub.length is 0. String.prototype.sub.length is 0.
info: > info: |
String.prototype.sub ( ) String.prototype.sub ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.13 es6id: B.2.3.13
description: > description: >
String.prototype.sub.name is "sub". String.prototype.sub.name is "sub".
info: > info: |
String.prototype.sub ( ) String.prototype.sub ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.sub esid: sec-string.prototype.sub
es6id: B.2.3.13 es6id: B.2.3.13
description: Property descriptor for String.prototype.sub description: Property descriptor for String.prototype.sub
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.3.1 es6id: B.2.3.1
description: > description: >
String.prototype.substr.length is 2. String.prototype.substr.length is 2.
info: > info: |
String.prototype.substr (start, length) String.prototype.substr (start, length)
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.1 es6id: B.2.3.1
description: > description: >
String.prototype.substr.name is "substr". String.prototype.substr.name is "substr".
info: > info: |
String.prototype.substr (start, length) String.prototype.substr (start, length)
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.14 es6id: B.2.3.14
description: > description: >
String.prototype.sup.length is 0. String.prototype.sup.length is 0.
info: > info: |
String.prototype.sup ( ) String.prototype.sup ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.3.14 es6id: B.2.3.14
description: > description: >
String.prototype.sup.name is "sup". String.prototype.sup.name is "sup".
info: > info: |
String.prototype.sup ( ) String.prototype.sup ( )
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-string.prototype.sup esid: sec-string.prototype.sup
es6id: B.2.3.14 es6id: B.2.3.14
description: Property descriptor for String.prototype.sup description: Property descriptor for String.prototype.sup
info: > info: |
Every other data property described in clauses 18 through 26 and in Annex Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified. [[Configurable]]: true } unless otherwise specified.

View File

@ -5,7 +5,7 @@
es6id: B.2.1.1 es6id: B.2.1.1
description: > description: >
escape.length is 1. escape.length is 1.
info: > info: |
escape (string) escape (string)
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.1.1 es6id: B.2.1.1
description: > description: >
escape.name is "escape". escape.name is "escape".
info: > info: |
escape (string) escape (string)
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.1.2 es6id: B.2.1.2
description: > description: >
unescape.length is 1. unescape.length is 1.
info: > info: |
unescape (string) unescape (string)
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -5,7 +5,7 @@
es6id: B.2.1.2 es6id: B.2.1.2
description: > description: >
unescape.name is "unescape". unescape.name is "unescape".
info: > info: |
unescape (string) unescape (string)
17 ECMAScript Standard Built-in Objects: 17 ECMAScript Standard Built-in Objects:

View File

@ -4,7 +4,7 @@
esid: sec-variablestatements-in-catch-blocks esid: sec-variablestatements-in-catch-blocks
es6id: B3.5 es6id: B3.5
description: Re-declaration of catch parameter description: Re-declaration of catch parameter
info: > info: |
[...] [...]
This modified behaviour also applies to var and function declarations This modified behaviour also applies to var and function declarations

View File

@ -4,7 +4,7 @@
/*--- /*---
es6id: B.3.1 es6id: B.3.1
description: Function name is not assigned based on the property name description: Function name is not assigned based on the property name
info: > info: |
[...] [...]
6. If propKey is the String value "__proto__" and if 6. If propKey is the String value "__proto__" and if
IsComputedPropertyKey(propKey) is false, then IsComputedPropertyKey(propKey) is false, then

View File

@ -6,7 +6,7 @@ es6id: B.3.1
description: > description: >
The value of the `__proto__` property key is assigned to the [[Prototype]] The value of the `__proto__` property key is assigned to the [[Prototype]]
internal slot (Object value) internal slot (Object value)
info: > info: |
__proto__ Property Names in Object Initializers __proto__ Property Names in Object Initializers
... ...

View File

@ -4,7 +4,7 @@
esid: sec-additional-syntax-numeric-literals esid: sec-additional-syntax-numeric-literals
es6id: B1.1 es6id: B1.1
description: Mathematical value for LegacyOctalIntegerLiteral description: Mathematical value for LegacyOctalIntegerLiteral
info: > info: |
NumericLiteral :: NumericLiteral ::
DecimalLiteral DecimalLiteral
BinaryIntegerLiteral BinaryIntegerLiteral

View File

@ -4,7 +4,7 @@
esid: sec-additional-syntax-numeric-literals esid: sec-additional-syntax-numeric-literals
es6id: B1.1 es6id: B1.1
description: Mathematical value for NonOctalDecimalIntegerLiteral description: Mathematical value for NonOctalDecimalIntegerLiteral
info: > info: |
DecimalIntegerLiteral :: DecimalIntegerLiteral ::
0 0
NonZeroDigit DecimalDigits[opt] NonZeroDigit DecimalDigits[opt]

View File

@ -4,7 +4,7 @@
esid: sec-additional-syntax-string-literals esid: sec-additional-syntax-string-literals
es6id: B1.2 es6id: B1.2
description: String value for LegacyOctalEscapeSequence description: String value for LegacyOctalEscapeSequence
info: > info: |
EscapeSequence :: EscapeSequence ::
CharacterEscapeSequence CharacterEscapeSequence
LegacyOctalEscapeSequence LegacyOctalEscapeSequence

View File

@ -4,7 +4,7 @@
esid: sec-variablestatements-in-catch-blocks esid: sec-variablestatements-in-catch-blocks
es6id: B3.5 es6id: B3.5
description: Re-declaration of catch parameter (for-in statement) description: Re-declaration of catch parameter (for-in statement)
info: > info: |
It is a Syntax Error if any element of the BoundNames of CatchParameter It is a Syntax Error if any element of the BoundNames of CatchParameter
also occurs in the VarDeclaredNames of Block, unless that element is only also occurs in the VarDeclaredNames of Block, unless that element is only
bound by a VariableStatement or the VariableDeclarationList of a for bound by a VariableStatement or the VariableDeclarationList of a for

View File

@ -4,7 +4,7 @@
esid: sec-variablestatements-in-catch-blocks esid: sec-variablestatements-in-catch-blocks
es6id: B3.5 es6id: B3.5
description: Re-declaration of catch parameter (for-in statement) description: Re-declaration of catch parameter (for-in statement)
info: > info: |
It is a Syntax Error if any element of the BoundNames of CatchParameter It is a Syntax Error if any element of the BoundNames of CatchParameter
also occurs in the VarDeclaredNames of Block, unless that element is only also occurs in the VarDeclaredNames of Block, unless that element is only
bound by a VariableStatement or the VariableDeclarationList of a for bound by a VariableStatement or the VariableDeclarationList of a for

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
The [[Prototype]] property of the newly constructed object The [[Prototype]] property of the newly constructed object
is set to the original Array prototype object, the one that is set to the original Array prototype object, the one that
is the initial value of Array.prototype is the initial value of Array.prototype

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
The [[Prototype]] property of the newly constructed object The [[Prototype]] property of the newly constructed object
is set to the original Array prototype object, the one that is set to the original Array prototype object, the one that
is the initial value of Array.prototype is the initial value of Array.prototype

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
The [[Prototype]] property of the newly constructed object The [[Prototype]] property of the newly constructed object
is set to the original Array prototype object, the one that is set to the original Array prototype object, the one that
is the initial value of Array.prototype is the initial value of Array.prototype

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
This description of Array constructor applies if and only if This description of Array constructor applies if and only if
the Array constructor is given no arguments or at least two arguments the Array constructor is given no arguments or at least two arguments
es5id: 15.4.1_A1.3_T1 es5id: 15.4.1_A1.3_T1

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
The length property of the newly constructed object; The length property of the newly constructed object;
is set to the number of arguments is set to the number of arguments
es5id: 15.4.1_A2.1_T1 es5id: 15.4.1_A2.1_T1

View File

@ -2,7 +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.
/*--- /*---
info: > info: |
The 0 property of the newly constructed object is set to item0 The 0 property of the newly constructed object is set to item0
(if supplied); the 1 property of the newly constructed object is set to item1 (if supplied); the 1 property of the newly constructed object is set to item1
(if supplied); and, in general, for as many arguments as there are, the k property (if supplied); and, in general, for as many arguments as there are, the k property

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