(str)
| 2749 | } //获取Mock参数 |
| 2750 | |
| 2751 | function istrue(str) { |
| 2752 | if (str == true || str == 1 || str == 'true' || str == '1') { |
| 2753 | return true |
| 2754 | } else { |
| 2755 | return false |
| 2756 | } |
| 2757 | } |
| 2758 | |
| 2759 | function isJsCon(x, arr) { |
| 2760 | if (arr != null) { |
no outgoing calls
no test coverage detected