(jsurl, jscStatus, jsc2Status, jsfrom)
| 2768 | } //isJsCon结束 |
| 2769 | |
| 2770 | function toJsc(jsurl, jscStatus, jsc2Status, jsfrom) { |
| 2771 | if (jscStatus == true || jsc2Status == true) { |
| 2772 | let jsFileName = jsurl.substring(jsurl.lastIndexOf('/') + 1, jsurl.lastIndexOf('.')) |
| 2773 | return (jsurl = jsPre + jsurl + jsSuf.replace(/_yuliu_/, jsFileName).replace(/_js_from_/, jsfrom)) |
| 2774 | } else { |
| 2775 | return jsurl |
| 2776 | } |
| 2777 | } |
| 2778 | |
| 2779 | function shNotify(box) { |
| 2780 | noNtf == false && |
no outgoing calls
no test coverage detected