(_, count)
| 139102 | return offsets; |
| 139103 | } |
| 139104 | function getAnchors(_, count) { |
| 139105 | const anchors = new Int8Array(count), n = _.length; |
| 139106 | for(let i12 = 0; i12 < n; ++i12)anchors[i12] |= anchorCode[_[i12]]; |
| 139107 | for(let i11 = n; i11 < count; ++i11)anchors[i11] = anchors[n - 1]; |
| 139108 | return anchors; |
| 139109 | } |
| 139110 | function markType(item) { |
| 139111 | return item && item.mark && item.mark.marktype; |
| 139112 | } |