Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
def
match_wasm2js(line, array):
40
m = wasm2js_regex.match(line)
41
if
m:
42
array.append(int(m.group(1)))
43
44
45
def
evaluate(name, values):
Callers
1
main
Function · 0.85
Calls
3
int
Function · 0.85
match
Method · 0.65
append
Method · 0.45
Tested by
no test coverage detected