(s)
| 46301 | (this.element = new Su.wE()), |
| 46302 | this.element.classes.push('json-schema-oneOf')) |
| 46303 | } |
| 46304 | ArrayElement(s) { |
| 46305 | return ( |
| 46306 | s.forEach((s) => { |
| 46307 | const o = isJSONReferenceLikeElement(s) |
| 46308 | ? ['document', 'objects', 'JSONReference'] |
| 46309 | : ['document', 'objects', 'JSONSchema'], |
| 46310 | i = this.toRefractedElement(o, s) |
| 46311 | this.element.push(i) |
| 46312 | }), |
| 46313 | this.copyMetaAndAttributes(s, this.element), |
| 46314 | qu |
| 46315 | ) |
| 46316 | } |
| 46317 | } |
| 46318 | const ef = OneOfVisitor |
nothing calls this directly
no test coverage detected