(func)
| 177 | // Returns the script source. The return value is the script source for the |
| 178 | // script in which the function is defined. |
| 179 | scriptSource(func) { |
| 180 | return %FunctionGetScriptSource(func); |
| 181 | }; |
| 182 | |
| 183 | setBreakPointsActive(enabled) { |
| 184 | const {msgid, msg} = this.createMessage( |
no outgoing calls
no test coverage detected