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

Function match_wasm2js

deps/v8/tools/wasm/code-size-factors.py:39–42  ·  view source on GitHub ↗
(line, array)

Source from the content-addressed store, hash-verified

37
38
39def match_wasm2js(line, array):
40 m = wasm2js_regex.match(line)
41 if m:
42 array.append(int(m.group(1)))
43
44
45def evaluate(name, values):

Callers 1

mainFunction · 0.85

Calls 3

intFunction · 0.85
matchMethod · 0.65
appendMethod · 0.45

Tested by

no test coverage detected