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

Function WrapRunOne

deps/v8/tools/bigint-tester.py:296–297  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

294def RunOne(op, num_inputs, binary):
295 return OPS[op]().RunTest(num_inputs, binary)
296def WrapRunOne(args):
297 return RunOne(*args)
298def RunAll(args):
299 for op in args.op:
300 for r in range(args.runs):

Callers

nothing calls this directly

Calls 1

RunOneFunction · 0.85

Tested by

no test coverage detected