()
| 738 | // ================================================================= |
| 739 | |
| 740 | #getScriptAttributes() { |
| 741 | if (this.#scriptAttrs == null) { |
| 742 | this.#scriptAttrs = config.attributes.replaceAll(" ", "").split(","); |
| 743 | } |
| 744 | return this.#scriptAttrs; |
| 745 | } |
| 746 | |
| 747 | #getScript(elt) { |
| 748 | var attrs = this.#getScriptAttributes(); |
no outgoing calls
no test coverage detected