()
| 696 | } |
| 697 | |
| 698 | func (o *Object) ToInteger() int64 { |
| 699 | return o.toPrimitiveNumber().ToNumber().ToInteger() |
| 700 | } |
| 701 | |
| 702 | func (o *Object) toString() String { |
| 703 | return o.toPrimitiveString().toString() |
nothing calls this directly
no test coverage detected