Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getValTimes
Method
getValTimes
test/webidl/test.h:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
int getValSqr() { return value*value; }
27
int getValSqr(int more) { return value*value*more; }
28
int getValTimes(int times=1) { return value*times; }
29
void parentFunc(int x) { printf(
"Child1::parentFunc(%d)\n"
, x); }
30
};
31
Callers
1
post.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected