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

pub fn match_all(
    this: &Value,
    args: &[Value],
    ctx: &mut Interpreter
) -> ResultValue

TODO: update this method to return iterator Returns an array* of all results matching a string against a regular expression, including capturing groups https://tc39.es/ecma262/#sec-string.prototype.matchall