String.prototype.split: Add features meta data

This commit is contained in:
Rick Waldron 2020-08-21 16:01:44 -04:00
parent 7a56df1119
commit d9a6a03ffc
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ info: |
1. If _limit_ is *undefined*, let _lim_ be 2<sup>32</sup> - 1; else let _lim_ be ? ToUint32(_limit_).
1. Let _R_ be ? ToString(_separator_).
1. If _lim_ = 0, return _A_.
features: [Symbol, Symbol.toPrimitive]
---*/
function ExpectedError(message) {

View File

@ -10,6 +10,7 @@ info: |
1. If _splitter_ is not *undefined*, then
1. Return ? Call(_splitter_, _separator_, &laquo; _O_, _limit_ &raquo;).
1. Let _S_ be ? ToString(_O_).
features: [Symbol, Symbol.split, Symbol.toPrimitive]
---*/
function ExpectedError(message) {