-
- Downloads
"src/git@gitlab.doc.ic.ac.uk:dhcp/xnat-web.git" did not exist on "3482f66aea430e312941f832ef7ec4957ba4cd24"
Update tests for String.prototype.matchAll (#1990)
- Changes associated with spec changes (tc39/proposal-string-matchall#41) - Update spec comments - Added test verifying error thrown when `regexp[Symbol.matchAll]` is not callable - Added test verifying `ToString` is called on `receiver`
Showing
- test/built-ins/String/prototype/matchAll/regexp-is-null.js 3 additions, 8 deletionstest/built-ins/String/prototype/matchAll/regexp-is-null.js
- test/built-ins/String/prototype/matchAll/regexp-is-undefined-or-null-invokes-matchAll.js 30 additions, 0 deletions.../matchAll/regexp-is-undefined-or-null-invokes-matchAll.js
- test/built-ins/String/prototype/matchAll/regexp-matchAll-is-undefined-or-null.js 38 additions, 0 deletions...rototype/matchAll/regexp-matchAll-is-undefined-or-null.js
- test/built-ins/String/prototype/matchAll/regexp-matchAll-not-callable.js 34 additions, 0 deletions...String/prototype/matchAll/regexp-matchAll-not-callable.js
- test/built-ins/String/prototype/matchAll/regexp-prototype-has-no-matchAll.js 5 additions, 14 deletions...ng/prototype/matchAll/regexp-prototype-has-no-matchAll.js
- test/built-ins/String/prototype/matchAll/toString-this-val.js 41 additions, 0 deletions.../built-ins/String/prototype/matchAll/toString-this-val.js
Loading
Please register or sign in to comment