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

Method PrintTest

deps/v8/tools/bigint-tester.py:102–105  ·  view source on GitHub ↗
(self, count)

Source from the content-addressed store, hash-verified

100 return TEST_BODY % self.EmitTestCore()
101
102 def PrintTest(self, count):
103 print(self.EmitHeader())
104 print(self.EmitData(count))
105 print(self.EmitTestBody())
106
107 def RunTest(self, count, binary):
108 try:

Callers 1

MainFunction · 0.80

Calls 4

EmitHeaderMethod · 0.95
EmitDataMethod · 0.95
EmitTestBodyMethod · 0.95
printFunction · 0.70

Tested by

no test coverage detected