Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ assert
Function
assert
deps/v8/test/js-perf-test/base.js:380–382 ·
view source on GitHub ↗
(condition, message)
Source
from the content-addressed store, hash-verified
378
379
380
function
assert(condition, message) {
381
if
(!condition) throw Error(message);
382
}
383
384
385
function
assertEquals(expected, actual, message) {
Callers
15
main
Function · 0.50
Expression
Method · 0.50
constructor
Method · 0.50
isDirectorySkipped
Method · 0.50
loadFlags
Method · 0.50
loadDependency
Method · 0.50
isTestSkipped
Method · 0.50
toggle
Function · 0.50
twoBucketSample
Function · 0.50
sampleOfTwo
Function · 0.50
sample
Function · 0.50
chooseRandomFlags
Function · 0.50
Calls
1
Error
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…