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

pub fn concat(this: Value, _: Value, args: Vec<Value>) -> ResultValue

Returns a String that is the result of concatenating this String and all strings provided as arguments https://tc39.github.io/ecma262/#sec-string.prototype.concat