Remove Unused include: "propertyHelper.js"

This commit is contained in:
Frank Tang 2020-08-13 18:07:12 -07:00 committed by Rick Waldron
parent 2886465593
commit 4f8ee98d26
9 changed files with 0 additions and 11 deletions

View File

@ -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");

View File

@ -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]
---*/

View File

@ -17,7 +17,6 @@ info: |
Symbol | Throw a TypeError exception.
BigInt | Throw a TypeError exception.
includes: [propertyHelper.js]
features: [Intl.Segmenter]
---*/

View File

@ -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]
---*/

View File

@ -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]
---*/

View File

@ -20,7 +20,6 @@ info: |
ToNumber ( argument )
String | See grammar and conversion algorithm below.
includes: [propertyHelper.js]
features: [Intl.Segmenter]
---*/

View File

@ -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]
---*/

View File

@ -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]
---*/

View File

@ -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]
---*/