(t, e)
| 12885 | mm = (t, e) => cm(pm(t, e), gm(t, e)), |
| 12886 | ym = (t, e) => fm(pm(t, e), gm(t, e)); |
| 12887 | function vm(t, e) { |
| 12888 | return ( |
| 12889 | (nm = t), |
| 12890 | e |
| 12891 | ? ((om = e * sg), |
| 12892 | (am = lm = Math.cos(om)), |
| 12893 | (sm = Math.sin(om)), |
| 12894 | (um = -sm)) |
| 12895 | : ((am = lm = 1), (om = sm = um = 0)), |
| 12896 | _m |
| 12897 | ); |
| 12898 | } |
| 12899 | const _m = { |
| 12900 | beginPath() {}, |
| 12901 | closePath() {}, |
no outgoing calls
no test coverage detected