(s)
| 47538 | constructor(s) { |
| 47539 | ;(super(s), (this.element = new xg())) |
| 47540 | } |
| 47541 | ArrayElement(s) { |
| 47542 | return ( |
| 47543 | s.forEach((s) => { |
| 47544 | if (Nu(s)) { |
| 47545 | const o = this.toRefractedElement( |
| 47546 | ['document', 'objects', 'SecurityRequirement'], |
| 47547 | s |
| 47548 | ) |
| 47549 | this.element.push(o) |
| 47550 | } else this.element.push(cloneDeep(s)) |
| 47551 | }), |
| 47552 | this.copyMetaAndAttributes(s, this.element), |
| 47553 | qu |
| 47554 | ) |
| 47555 | } |
| 47556 | } |
| 47557 | const kg = SecurityVisitor |
nothing calls this directly
no test coverage detected