(s)
| 34092 | ? 1024 * (a - 55296) + i - 56320 + 65536 |
| 34093 | : a |
| 34094 | } |
| 34095 | function needIndentIndicator(s) { |
| 34096 | return /^\n* /.test(s) |
| 34097 | } |
| 34098 | function chooseScalarStyle(s, o, i, a, u, _, w, x) { |
| 34099 | var C, |
no outgoing calls
no test coverage detected