Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
function
runTestShouldBeTrue(statement) {
32
shouldBeTrue(statement);
33
shouldBeTrue(
"'use strict'; "
+ statement);
34
}
35
36
function
runTestShouldThrow(statement) {
37
shouldThrow(statement);
Callers
1
class-syntax-name.js
File · 0.85
Calls
1
shouldBeTrue
Function · 0.50
Tested by
no test coverage detected