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

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

Returns a String that is the result of repeating this String the number of times given by the first argument https://tc39.github.io/ecma262/#sec-string.prototype.repeat