()
| 25504 | var CFFEncodingVersion = function (_r$Number) { |
| 25505 | _inherits(CFFEncodingVersion, _r$Number); |
| 25506 | function CFFEncodingVersion() { |
| 25507 | _classCallCheck(this, CFFEncodingVersion); |
| 25508 | return _possibleConstructorReturn(this, _r$Number.call(this, 'UInt8')); |
| 25509 | } |
| 25510 | CFFEncodingVersion.prototype.decode = function decode(stream) { |
| 25511 | return r.uint8.decode(stream) & 127; |
| 25512 | }; |
nothing calls this directly
no test coverage detected