Buckets:
| const seen = Symbol('circular-ref-tag') | |
| const rawSymbol = Symbol('pino-raw-err-ref') | |
| const pinoErrProto = Object.create({}, { | |
| type: { | |
| enumerable: true, | |
| writable: true, | |
| value: undefined | |
| }, | |
| message: { | |
| enumerable: true, | |
| writable: true, | |
| value: undefined | |
| }, | |
| stack: { | |
| enumerable: true, | |
| writable: true, | |
| value: undefined | |
| }, | |
| aggregateErrors: { | |
| enumerable: true, | |
| writable: true, | |
| value: undefined | |
| }, | |
| raw: { | |
| enumerable: false, | |
| get: function () { | |
| return this[rawSymbol] | |
| }, | |
| set: function (val) { | |
| this[rawSymbol] = val | |
| } | |
| } | |
| }) | |
| Object.defineProperty(pinoErrProto, rawSymbol, { | |
| writable: true, | |
| value: {} | |
| }) | |
| module.exports = { | |
| pinoErrProto, | |
| pinoErrorSymbols: { | |
| seen, | |
| rawSymbol | |
| } | |
| } | |
Xet Storage Details
- Size:
- 796 Bytes
- Xet hash:
- 0679a2243740a42a104534191929ff8ad8335285132702c7b83fd20539c748d8
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.