mirror of https://github.com/tc39/test262.git
Remove Unused include: "propertyHelper.js"
This commit is contained in:
parent
2886465593
commit
4f8ee98d26
|
@ -9,7 +9,6 @@ info: |
|
|||
Every built-in function object, including constructors, that is not identified as an anonymous function has a name property whose value is a String. Unless otherwise specified, this value is the name that is given to the function in this specification.
|
||||
Unless otherwise specified, the name property of a built-in function object, if it exists, has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
const segment = (new Intl.Segmenter()).segment("123");
|
||||
|
|
|
@ -9,7 +9,6 @@ info: |
|
|||
8. Let startIndex be ! FindBoundary(segmenter, string, n, before).
|
||||
9. Let endIndex be ! FindBoundary(segmenter, string, n, after).
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ info: |
|
|||
Symbol | Throw a TypeError exception.
|
||||
BigInt | Throw a TypeError exception.
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@ info: |
|
|||
a. Let isWordLike be a Boolean value indicating whether the segment in string is "word-like" according to locale segmenter.[[Locale]].
|
||||
b. Perform ! CreateDataPropertyOrThrow(result, "isWordLike", isWordLike).
|
||||
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ info: |
|
|||
Null | Return +0.
|
||||
Boolean | If argument is true, return 1. If argument is false, return +0.
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ info: |
|
|||
ToNumber ( argument )
|
||||
String | See grammar and conversion algorithm below.
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ info: |
|
|||
8. Let startIndex be ! FindBoundary(segmenter, string, n, before).
|
||||
9. Let endIndex be ! FindBoundary(segmenter, string, n, after).
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@ info: |
|
|||
a. Let isWordLike be a Boolean value indicating whether the segment in string is "word-like" according to locale segmenter.[[Locale]].
|
||||
b. Perform ! CreateDataPropertyOrThrow(result, "isWordLike", isWordLike).
|
||||
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ info: |
|
|||
Null | Return +0.
|
||||
Boolean | If argument is true, return 1. If argument is false, return +0.
|
||||
|
||||
includes: [propertyHelper.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue