MCPcopy Create free account
hub / github.com/nodejs/node / RunOne

Function RunOne

deps/v8/tools/bigint-tester.py:294–295  ·  view source on GitHub ↗
(op, num_inputs, binary)

Source from the content-addressed store, hash-verified

292OPS_NAMES = ", ".join(sorted(OPS.keys()))
293
294def RunOne(op, num_inputs, binary):
295 return OPS[op]().RunTest(num_inputs, binary)
296def WrapRunOne(args):
297 return RunOne(*args)
298def RunAll(args):

Callers 1

WrapRunOneFunction · 0.85

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected