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

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