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

Function runTestShouldNotThrow

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

Source from the content-addressed store, hash-verified

39}
40
41function runTestShouldNotThrow(statement) {
42 shouldNotThrow(statement);
43 shouldNotThrow("'use strict'; " + statement);
44}
45
46// Class statement. Class name added to global scope. Class name is available inside class scope and in global scope.
47debug('Class statement');

Callers 1

Calls 1

shouldNotThrowFunction · 0.50

Tested by

no test coverage detected