(expression: string)
| 250 | } |
| 251 | |
| 252 | eval(expression: string): any { |
| 253 | return this.window.eval(expression); |
| 254 | } |
| 255 | |
| 256 | testIdAttributeNameForStrictErrorAndConsoleCodegen(): string { |
| 257 | return this._testIdAttributeNameForStrictErrorAndConsoleCodegen; |
no outgoing calls
no test coverage detected