string-prototype-matchall-no-flags.out 335 Bytes
Newer Older
1 2 3 4 5 6
*%(basename)s:5: TypeError: The .flags property of the argument to String.prototype.matchAll cannot be null or undefined
"foo".matchAll({[Symbol.match]: true});
      ^
TypeError: The .flags property of the argument to String.prototype.matchAll cannot be null or undefined
    at String.matchAll (<anonymous>)
    at *%(basename)s:5:7