Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
294
def
RunOne(op, num_inputs, binary):
295
return
OPS[op]().RunTest(num_inputs, binary)
296
def
WrapRunOne(args):
297
return
RunOne(*args)
298
def
RunAll(args):
299
for
op in args.op:
300
for
r in range(args.runs):
Callers
nothing calls this directly
Calls
1
RunOne
Function · 0.85
Tested by
no test coverage detected