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

pub fn repeat(this: Value, _: Value, args: Vec<Value>) -> 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