()
| 704 | } |
| 705 | |
| 706 | func (o *Object) string() unistring.String { |
| 707 | return o.toPrimitiveString().string() |
| 708 | } |
| 709 | |
| 710 | func (o *Object) ToString() Value { |
| 711 | return o.toPrimitiveString().ToString() |
nothing calls this directly
no test coverage detected