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

Method EmitOne

deps/v8/tools/bigint-tester.py:129–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127
128 # Subclasses should not override anything below.
129 def EmitOne(self):
130 x_str = self.GenerateInput()
131 x_num = Parse(x_str)
132 result_num = self.GenerateResult(x_num)
133 result_str = Format(result_num)
134 return "{\n a: %s,\n r: %s\n}" % (x_str, result_str)
135
136 def EmitTestCore(self):
137 return """\

Callers

nothing calls this directly

Calls 4

GenerateInputMethod · 0.95
GenerateResultMethod · 0.95
ParseFunction · 0.85
FormatFunction · 0.85

Tested by

no test coverage detected