(x, arr)
| 2757 | } |
| 2758 | |
| 2759 | function isJsCon(x, arr) { |
| 2760 | if (arr != null) { |
| 2761 | for (let i = 0; i < arr.length; i++) { |
| 2762 | const elem = arr[i].trim() |
| 2763 | if (x.indexOf(elem) != -1) { |
| 2764 | return true |
| 2765 | } |
| 2766 | } //循环结束 |
| 2767 | } //if (arr != null) |
| 2768 | } //isJsCon结束 |
| 2769 | |
| 2770 | function toJsc(jsurl, jscStatus, jsc2Status, jsfrom) { |
| 2771 | if (jscStatus == true || jsc2Status == true) { |
no outgoing calls
no test coverage detected