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

pub fn concat(this: &Value, args: &[Value], _: &Interpreter) -> 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