(_, count)
| 139096 | return data; |
| 139097 | } |
| 139098 | function getOffsets(_, count) { |
| 139099 | const offsets = new Float64Array(count), n = _.length; |
| 139100 | for(let i10 = 0; i10 < n; ++i10)offsets[i10] = _[i10] || 0; |
| 139101 | for(let i9 = n; i9 < count; ++i9)offsets[i9] = offsets[n - 1]; |
| 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]]; |