()
| 198 | // It's possible for an async test to call finishJSTest() before js-test-post.js |
| 199 | // has been parsed. |
| 200 | function finishJSTest() |
| 201 | { |
| 202 | wasFinishJSTestCalled = true; |
| 203 | if (!wasPostTestScriptParsed) |
| 204 | return; |
| 205 | isSuccessfullyParsed(); |
| 206 | } |
no test coverage detected