[−][src]Function boa::builtins::object::to_string
pub fn to_string(this: &Value, _: &[Value], _: &mut Interpreter) -> ResultValue
Object.prototype.toString()
This method returns a string representing the object.
More information: