()
| 169 | } |
| 170 | |
| 171 | debuggerFlags() { |
| 172 | return { breakPointsActive : |
| 173 | { setValue : (enabled) => this.setBreakPointsActive(enabled) } |
| 174 | }; |
| 175 | } |
| 176 | |
| 177 | // Returns the script source. The return value is the script source for the |
| 178 | // script in which the function is defined. |
no test coverage detected