mirror of https://github.com/tc39/test262.git
Frontmatter: fixup "info: >" to "info: |"
This commit is contained in:
parent
60ecff7c99
commit
92a2621901
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.4.1
|
||||
description: >
|
||||
Date.prototype.getYear.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
Date.prototype.getYear ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.4.1
|
||||
description: >
|
||||
Date.prototype.getYear.name is "getYear".
|
||||
info: >
|
||||
info: |
|
||||
Date.prototype.getYear ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.4.2
|
||||
description: >
|
||||
Date.prototype.setYear.length is 1.
|
||||
info: >
|
||||
info: |
|
||||
Date.prototype.setYear ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.4.2
|
||||
description: >
|
||||
Date.prototype.setYear.name is "setYear".
|
||||
info: >
|
||||
info: |
|
||||
Date.prototype.setYear ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@ esid: sec-date.prototype.togmtstring
|
|||
es6id: B.2.4.3
|
||||
es5id: B.2.6
|
||||
description: Value of `Date.prototype.toGMTString`
|
||||
info: >
|
||||
info: |
|
||||
The function object that is the initial value of Date.prototype.toGMTString
|
||||
is the same function object that is the initial value of
|
||||
Date.prototype.toUTCString.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Object.prototype.__defineGetter__ `length` property
|
||||
info: >
|
||||
info: |
|
||||
ES6 Section 17:
|
||||
Every built-in Function object, including constructors, has a length
|
||||
property whose value is an integer. Unless otherwise specified, this value
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Object.prototype.__defineGetter__ `name` property
|
||||
info: >
|
||||
info: |
|
||||
ES6 Section 17:
|
||||
|
||||
Every built-in Function object, including constructors, that is not
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Property descriptor for Object.prototype.__defineGetter__
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Object.prototype.__defineSetter__ `length` property
|
||||
info: >
|
||||
info: |
|
||||
ES6 Section 17:
|
||||
Every built-in Function object, including constructors, has a length
|
||||
property whose value is an integer. Unless otherwise specified, this value
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Object.prototype.__defineSetter__ `name` property
|
||||
info: >
|
||||
info: |
|
||||
ES6 Section 17:
|
||||
|
||||
Every built-in Function object, including constructors, that is not
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Property descriptor for Object.prototype.__defineSetter__
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Object.prototype.__lookupGetter__ `length` property
|
||||
info: >
|
||||
info: |
|
||||
ES6 Section 17:
|
||||
Every built-in Function object, including constructors, has a length
|
||||
property whose value is an integer. Unless otherwise specified, this value
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Object.prototype.__lookupGetter__ `name` property
|
||||
info: >
|
||||
info: |
|
||||
ES6 Section 17:
|
||||
|
||||
Every built-in Function object, including constructors, that is not
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Property descriptor for Object.prototype.__lookupGetter__
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Object.prototype.__lookupSetter__ `length` property
|
||||
info: >
|
||||
info: |
|
||||
ES6 Section 17:
|
||||
Every built-in Function object, including constructors, has a length
|
||||
property whose value is an integer. Unless otherwise specified, this value
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Object.prototype.__lookupSetter__ `name` property
|
||||
info: >
|
||||
info: |
|
||||
ES6 Section 17:
|
||||
|
||||
Every built-in Function object, including constructors, that is not
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
description: Property descriptor for Object.prototype.__lookupSetter__
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Abrupt completion from [[GetPrototypeOf]]
|
||||
info: >
|
||||
info: |
|
||||
1. Let O be ? ToObject(this value).
|
||||
2. Return ? O.[[GetPrototypeOf]]().
|
||||
features: [Proxy]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Normal completion from ordinary object's [[GetPrototypeOf]]
|
||||
info: >
|
||||
info: |
|
||||
1. Let O be ? ToObject(this value).
|
||||
2. Return ? O.[[GetPrototypeOf]]().
|
||||
---*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Abrupt completion from ToObject
|
||||
info: >
|
||||
info: |
|
||||
1. Let O be ? ToObject(this value).
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-additional-properties-of-the-object.prototype-object
|
||||
es6id: B.2.2.1.2
|
||||
description: Property descriptor for Object.prototype.__proto__
|
||||
info: >
|
||||
info: |
|
||||
Object.prototype.__proto__ is an accessor property with attributes {
|
||||
[[Enumerable]]: false, [[Configurable]]: true }. The [[Get]] and [[Set]]
|
||||
attributes are defined as follows:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Abrupt completion from [[SetPrototypeOf]]
|
||||
info: >
|
||||
info: |
|
||||
[...]
|
||||
4. Let status be ? O.[[SetPrototypeOf]](proto).
|
||||
features: [Proxy]
|
||||
|
|
|
@ -6,7 +6,7 @@ es6id: B.2.2.1
|
|||
description: >
|
||||
Cycles are not detected when a Proxy exotic object exists in the prototype
|
||||
chain
|
||||
info: >
|
||||
info: |
|
||||
[...]
|
||||
4. Let status be ? O.[[SetPrototypeOf]](proto).
|
||||
5. If status is false, throw a TypeError exception.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Cycle detection
|
||||
info: >
|
||||
info: |
|
||||
[...]
|
||||
4. Let status be ? O.[[SetPrototypeOf]](proto).
|
||||
5. If status is false, throw a TypeError exception.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-object.prototype.__proto__
|
||||
description: Called on an immutable prototype exotic object
|
||||
info: >
|
||||
info: |
|
||||
[...]
|
||||
4. Let status be ? O.[[SetPrototypeOf]](proto).
|
||||
5. If status is false, throw a TypeError exception.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Called with a value that is neither an Object nor Null
|
||||
info: >
|
||||
info: |
|
||||
1. Let O be ? RequireObjectCoercible(this value).
|
||||
2. If Type(proto) is neither Object nor Null, return undefined.
|
||||
features: [Symbol]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Called on an non-extensible object
|
||||
info: >
|
||||
info: |
|
||||
[...]
|
||||
4. Let status be ? O.[[SetPrototypeOf]](proto).
|
||||
5. If status is false, throw a TypeError exception.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Called on a value that is not object-coercible
|
||||
info: >
|
||||
info: |
|
||||
1. Let O be ? RequireObjectCoercible(this value).
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Called on a value that is object-coercible but not an Object
|
||||
info: >
|
||||
info: |
|
||||
1. Let O be ? RequireObjectCoercible(this value).
|
||||
2. If Type(proto) is neither Object nor Null, return undefined.
|
||||
3. If Type(O) is not Object, return undefined.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-object.prototype.__proto__
|
||||
es6id: B.2.2.1
|
||||
description: Setting valid value on an ordinary object
|
||||
info: >
|
||||
info: |
|
||||
[...]
|
||||
4. Let status be ? O.[[SetPrototypeOf]](proto).
|
||||
5. If status is false, throw a TypeError exception.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
The production CharacterClass :: [ [lookahead \notin {^}] ClassRanges ]
|
||||
evaluates by evaluating ClassRanges to obtain a CharSet and returning
|
||||
that CharSet and the boolean false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
matches the result of the nth set of capturing parentheses (see
|
||||
15.10.2.11)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: prod-annexB-ClassAtomNoDash
|
||||
description: >
|
||||
Invalid \c in a range behaves like [\\c-_]
|
||||
info: >
|
||||
info: |
|
||||
ClassAtomNoDash :: `\`
|
||||
|
||||
The production ClassAtomNoDash :: `\` evaluates as follows:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: prod-annexB-ClassAtomNoDash
|
||||
description: >
|
||||
Character classes containing an invalid control escape behave like [\\c]
|
||||
info: >
|
||||
info: |
|
||||
ClassAtomNoDash :: `\`
|
||||
|
||||
The production ClassAtomNoDash :: `\` evaluates as follows:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
RegularExpressionFirstChar :: BackslashSequence :: \NonTerminator,
|
||||
RegularExpressionChars :: [empty], RegularExpressionFlags :: [empty]
|
||||
es5id: 7.8.5_A1.4_T2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
RegularExpressionFirstChar :: BackslashSequence :: \NonTerminator,
|
||||
RegularExpressionChars :: [empty], RegularExpressionFlags :: [empty]
|
||||
es5id: 7.8.5_A1.4_T1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
RegularExpressionChar :: BackslashSequence :: \NonTerminator,
|
||||
RegularExpressionFlags :: [empty]
|
||||
es5id: 7.8.5_A2.4_T2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
RegularExpressionChar :: BackslashSequence :: \NonTerminator,
|
||||
RegularExpressionFlags :: [empty]
|
||||
es5id: 7.8.5_A2.4_T1
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
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
|
||||
through to IdentityEscape
|
||||
esid: prod-AtomEscape
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.5.1
|
||||
description: >
|
||||
RegExp.prototype.compile.length is 2.
|
||||
info: >
|
||||
info: |
|
||||
RegExp.prototype.compile (pattern, flags )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.5.1
|
||||
description: >
|
||||
RegExp.prototype.compile.name is "compile".
|
||||
info: >
|
||||
info: |
|
||||
RegExp.prototype.compile (pattern, flags )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.2
|
||||
description: >
|
||||
String.prototype.anchor.length is 1.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.anchor ( name )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.2
|
||||
description: >
|
||||
String.prototype.anchor.name is "anchor".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.anchor ( name )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.anchor
|
||||
es6id: B.2.3.2
|
||||
description: Property descriptor for String.prototype.anchor
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.3
|
||||
description: >
|
||||
String.prototype.big.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.big ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.3
|
||||
description: >
|
||||
String.prototype.big.name is "big".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.big ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.big
|
||||
es6id: B.2.3.3
|
||||
description: Property descriptor for String.prototype.big
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.4
|
||||
description: >
|
||||
String.prototype.blink.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.blink ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.4
|
||||
description: >
|
||||
String.prototype.blink.name is "blink".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.blink ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.blink
|
||||
es6id: B.2.3.4
|
||||
description: Property descriptor for String.prototype.blink
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.5
|
||||
description: >
|
||||
String.prototype.bold.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.bold ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.5
|
||||
description: >
|
||||
String.prototype.bold.name is "bold".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.bold ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.bold
|
||||
es6id: B.2.3.5
|
||||
description: Property descriptor for String.prototype.bold
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.6
|
||||
description: >
|
||||
String.prototype.fixed.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.fixed ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.6
|
||||
description: >
|
||||
String.prototype.fixed.name is "fixed".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.fixed ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.fixed
|
||||
es6id: B.2.3.6
|
||||
description: Property descriptor for String.prototype.fixed
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.7
|
||||
description: >
|
||||
String.prototype.fontcolor.length is 1.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.fontcolor ( color )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.7
|
||||
description: >
|
||||
String.prototype.fontcolor.name is "fontcolor".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.fontcolor ( color )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.fontcolor
|
||||
es6id: B.2.3.7
|
||||
description: Property descriptor for String.prototype.fontcolor
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.8
|
||||
description: >
|
||||
String.prototype.fontsize.length is 1.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.fontsize ( size )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.8
|
||||
description: >
|
||||
String.prototype.fontsize.name is "fontsize".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.fontsize ( color )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.fontsize
|
||||
es6id: B.2.3.8
|
||||
description: Property descriptor for String.prototype.fontsize
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.9
|
||||
description: >
|
||||
String.prototype.italics.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.italics ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.9
|
||||
description: >
|
||||
String.prototype.italics.name is "italics".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.italics ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.italics
|
||||
es6id: B.2.3.9
|
||||
description: Property descriptor for String.prototype.italics
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.10
|
||||
description: >
|
||||
String.prototype.link.length is 1.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.link ( url )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.10
|
||||
description: >
|
||||
String.prototype.link.name is "link".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.link ( url )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.link
|
||||
es6id: B.2.3.10
|
||||
description: Property descriptor for String.prototype.link
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.11
|
||||
description: >
|
||||
String.prototype.small.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.small ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.11
|
||||
description: >
|
||||
String.prototype.small.name is "small".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.small ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.small
|
||||
es6id: B.2.3.11
|
||||
description: Property descriptor for String.prototype.small
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.12
|
||||
description: >
|
||||
String.prototype.strike.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.strike ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.12
|
||||
description: >
|
||||
String.prototype.strike.name is "strike".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.strike ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.strike
|
||||
es6id: B.2.3.12
|
||||
description: Property descriptor for String.prototype.strike
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.13
|
||||
description: >
|
||||
String.prototype.sub.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.sub ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.13
|
||||
description: >
|
||||
String.prototype.sub.name is "sub".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.sub ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.sub
|
||||
es6id: B.2.3.13
|
||||
description: Property descriptor for String.prototype.sub
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.1
|
||||
description: >
|
||||
String.prototype.substr.length is 2.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.substr (start, length)
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.1
|
||||
description: >
|
||||
String.prototype.substr.name is "substr".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.substr (start, length)
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.14
|
||||
description: >
|
||||
String.prototype.sup.length is 0.
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.sup ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.3.14
|
||||
description: >
|
||||
String.prototype.sup.name is "sup".
|
||||
info: >
|
||||
info: |
|
||||
String.prototype.sup ( )
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-string.prototype.sup
|
||||
es6id: B.2.3.14
|
||||
description: Property descriptor for String.prototype.sup
|
||||
info: >
|
||||
info: |
|
||||
Every other data property described in clauses 18 through 26 and in Annex
|
||||
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
|
||||
[[Configurable]]: true } unless otherwise specified.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.1.1
|
||||
description: >
|
||||
escape.length is 1.
|
||||
info: >
|
||||
info: |
|
||||
escape (string)
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.1.1
|
||||
description: >
|
||||
escape.name is "escape".
|
||||
info: >
|
||||
info: |
|
||||
escape (string)
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.1.2
|
||||
description: >
|
||||
unescape.length is 1.
|
||||
info: >
|
||||
info: |
|
||||
unescape (string)
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
es6id: B.2.1.2
|
||||
description: >
|
||||
unescape.name is "unescape".
|
||||
info: >
|
||||
info: |
|
||||
unescape (string)
|
||||
|
||||
17 ECMAScript Standard Built-in Objects:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-variablestatements-in-catch-blocks
|
||||
es6id: B3.5
|
||||
description: Re-declaration of catch parameter
|
||||
info: >
|
||||
info: |
|
||||
[...]
|
||||
|
||||
This modified behaviour also applies to var and function declarations
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
es6id: B.3.1
|
||||
description: Function name is not assigned based on the property name
|
||||
info: >
|
||||
info: |
|
||||
[...]
|
||||
6. If propKey is the String value "__proto__" and if
|
||||
IsComputedPropertyKey(propKey) is false, then
|
||||
|
|
|
@ -6,7 +6,7 @@ es6id: B.3.1
|
|||
description: >
|
||||
The value of the `__proto__` property key is assigned to the [[Prototype]]
|
||||
internal slot (Object value)
|
||||
info: >
|
||||
info: |
|
||||
__proto__ Property Names in Object Initializers
|
||||
|
||||
...
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-additional-syntax-numeric-literals
|
||||
es6id: B1.1
|
||||
description: Mathematical value for LegacyOctalIntegerLiteral
|
||||
info: >
|
||||
info: |
|
||||
NumericLiteral ::
|
||||
DecimalLiteral
|
||||
BinaryIntegerLiteral
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-additional-syntax-numeric-literals
|
||||
es6id: B1.1
|
||||
description: Mathematical value for NonOctalDecimalIntegerLiteral
|
||||
info: >
|
||||
info: |
|
||||
DecimalIntegerLiteral ::
|
||||
0
|
||||
NonZeroDigit DecimalDigits[opt]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-additional-syntax-string-literals
|
||||
es6id: B1.2
|
||||
description: String value for LegacyOctalEscapeSequence
|
||||
info: >
|
||||
info: |
|
||||
EscapeSequence ::
|
||||
CharacterEscapeSequence
|
||||
LegacyOctalEscapeSequence
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-variablestatements-in-catch-blocks
|
||||
es6id: B3.5
|
||||
description: Re-declaration of catch parameter (for-in statement)
|
||||
info: >
|
||||
info: |
|
||||
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
|
||||
bound by a VariableStatement or the VariableDeclarationList of a for
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
esid: sec-variablestatements-in-catch-blocks
|
||||
es6id: B3.5
|
||||
description: Re-declaration of catch parameter (for-in statement)
|
||||
info: >
|
||||
info: |
|
||||
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
|
||||
bound by a VariableStatement or the VariableDeclarationList of a for
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Array prototype object, the one that
|
||||
is the initial value of Array.prototype
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Array prototype object, the one that
|
||||
is the initial value of Array.prototype
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
The [[Prototype]] property of the newly constructed object
|
||||
is set to the original Array prototype object, the one that
|
||||
is the initial value of Array.prototype
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
the Array constructor is given no arguments or at least two arguments
|
||||
es5id: 15.4.1_A1.3_T1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
info: >
|
||||
info: |
|
||||
The length property of the newly constructed object;
|
||||
is set to the number of arguments
|
||||
es5id: 15.4.1_A2.1_T1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// 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
|
||||
(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
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue