(s)
| 48424 | constructor({ specPathFixedFields: s, specPathPatternedFields: o, ...i }) { |
| 48425 | ;(super({ ...i }), (this.specPathFixedFields = s), (this.specPathPatternedFields = o)) |
| 48426 | } |
| 48427 | ObjectElement(s) { |
| 48428 | const { specPath: o, ignoredFields: i } = this |
| 48429 | try { |
| 48430 | this.specPath = this.specPathFixedFields |
| 48431 | const o = this.retrieveFixedFields(this.specPath(s)) |
| 48432 | ;((this.ignoredFields = [...i, ...dv(s.keys(), o)]), |
| 48433 | cm.prototype.ObjectElement.call(this, s), |
| 48434 | (this.specPath = this.specPathPatternedFields), |
| 48435 | (this.ignoredFields = o), |
| 48436 | bm.prototype.ObjectElement.call(this, s)) |
| 48437 | } catch (s) { |
| 48438 | throw ((this.specPath = o), s) |
| 48439 | } |
| 48440 | return qu |
| 48441 | } |
| 48442 | } |
| 48443 | const fv = MixedFieldsVisitor |
nothing calls this directly
no test coverage detected