(value)
| 5316 | // around this limitation, we use an opaque type that can only be obtained by |
| 5317 | // passing the value through getToStringValue first. |
| 5318 | function toString(value) { |
| 5319 | return '' + value; |
| 5320 | } |
| 5321 | function getToStringValue(value) { |
| 5322 | switch (typeof value) { |
| 5323 | case 'boolean': |
no outgoing calls
no test coverage detected