Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ runTestShouldThrow
Function
runTestShouldThrow
deps/v8/test/webkit/class-syntax-name.js:36–39 ·
view source on GitHub ↗
(statement)
Source
from the content-addressed store, hash-verified
34
}
35
36
function
runTestShouldThrow(statement) {
37
shouldThrow(statement);
38
shouldThrow(
"'use strict'; "
+ statement);
39
}
40
41
function
runTestShouldNotThrow(statement) {
42
shouldNotThrow(statement);
Callers
1
class-syntax-name.js
File · 0.85
Calls
1
shouldThrow
Function · 0.50
Tested by
no test coverage detected