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

Method EmitData

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

Source from the content-addressed store, hash-verified

91 return TEST_HEADER
92
93 def EmitData(self, count):
94 s = []
95 for i in range(count):
96 s.append(self.EmitOne())
97 return "var data = [" + ", ".join(s) + "];"
98
99 def EmitTestBody(self):
100 return TEST_BODY % self.EmitTestCore()

Callers 2

PrintTestMethod · 0.95
RunTestMethod · 0.95

Calls 4

EmitOneMethod · 0.95
rangeFunction · 0.50
appendMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected