MCPcopy Create free account
hub / github.com/nodejs/node / finishJSTest

Function finishJSTest

deps/v8/test/webkit/resources/standalone-pre.js:200–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls 1

isSuccessfullyParsedFunction · 0.85

Tested by

no test coverage detected