(value)
| 1639 | // around this limitation, we use an opaque type that can only be obtained by |
| 1640 | // passing the value through getToStringValue first. |
| 1641 | function toString(value) { |
| 1642 | return '' + value; |
| 1643 | } |
| 1644 | function getToStringValue(value) { |
| 1645 | switch (typeof value) { |
| 1646 | case 'boolean': |
no outgoing calls
no test coverage detected