(value)
| 19469 | ); |
| 19470 | } |
| 19471 | function willCoercionThrow(value) { |
| 19472 | try { |
| 19473 | return testStringCoercion(value), !1; |
| 19474 | } catch (e) { |
| 19475 | return !0; |
| 19476 | } |
| 19477 | } |
| 19478 | function testStringCoercion(value) { |
| 19479 | return "" + value; |
| 19480 | } |
no test coverage detected
searching dependent graphs…