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

Function isSuccessfullyParsed

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

Source from the content-addressed store, hash-verified

189}
190
191function isSuccessfullyParsed()
192{
193 successfullyParsed = true;
194 shouldBeTrue("successfullyParsed");
195 debug("\nTEST COMPLETE\n");
196}
197
198// It's possible for an async test to call finishJSTest() before js-test-post.js
199// has been parsed.

Callers 1

finishJSTestFunction · 0.85

Calls 2

shouldBeTrueFunction · 0.70
debugFunction · 0.70

Tested by

no test coverage detected