[][src]Function boa::builtins::regexp::match_all

pub fn match_all(this: &Value, arg_str: String) -> ResultValue

RegExp.prototype[Symbol.matchAll] Returns all matches of the regular expression against a string TODO: it's returning an array, it should return an iterator