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

Method processLogFileInTest

deps/v8/tools/dumpcpp.mjs:42–47  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

40 }
41
42 processLogFileInTest(fileName) {
43 // Hack file name to avoid dealing with platform specifics.
44 this.lastLogFileName_ = 'v8.log';
45 const contents = d8.file.read(fileName);
46 this.processLogChunk(contents);
47 }
48
49 processSharedLibrary(name, startAddr, endAddr, aslrSlide) {
50 const self = this;

Callers 2

testExpectationsFunction · 0.45
testEndToEndFunction · 0.45

Calls 2

processLogChunkMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected