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

Function runTestShouldBeTrue

deps/v8/test/webkit/class-syntax-name.js:31–34  ·  view source on GitHub ↗
(statement)

Source from the content-addressed store, hash-verified

29}
30
31function runTestShouldBeTrue(statement) {
32 shouldBeTrue(statement);
33 shouldBeTrue("'use strict'; " + statement);
34}
35
36function runTestShouldThrow(statement) {
37 shouldThrow(statement);

Callers 1

Calls 1

shouldBeTrueFunction · 0.50

Tested by

no test coverage detected