()
| 700 | } |
| 701 | |
| 702 | func (o *Object) toString() String { |
| 703 | return o.toPrimitiveString().toString() |
| 704 | } |
| 705 | |
| 706 | func (o *Object) string() unistring.String { |
| 707 | return o.toPrimitiveString().string() |
nothing calls this directly
no test coverage detected