MCPcopy Index your code
hub / github.com/nodejs/node / assertNoEntry

Function assertNoEntry

deps/v8/test/mjsunit/tools/codemap.mjs:37–39  ·  view source on GitHub ↗
(codeMap, addr)

Source from the content-addressed store, hash-verified

35
36
37function assertNoEntry(codeMap, addr) {
38 assertNull(codeMap.findEntry(addr), 'at ' + addr.toString(16));
39};
40
41
42(function testLibrariesAndStaticCode() {

Callers 1

codemap.mjsFile · 0.85

Calls 2

findEntryMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected