Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
[spec] Adjust to committee feedback:
Browse files Browse the repository at this point in the history
 - `String.prototype.matchAll`:
   - use `RegExpCreate` when `Symbol.prototype.matchAll` is not found
   - fall back to regex coercion otherwise
 - `RegExp.prototype[Symbol.matchAll]`:
   - receiver is assumed to be a regex implicitly
 - remove `MatchAllIterator` abstract operation

Thus, `IsRegExp` call no longer exists.

Addresses #21. Addresses #34. Closes #37.
  • Loading branch information
ljharb committed Aug 8, 2018
1 parent 888cdf7 commit 0228fc5
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 109 deletions.
Loading

0 comments on commit 0228fc5

Please sign in to comment.