Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ Parent
Method
Parent
test/webidl/test.cpp:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include
"test.h"
7
8
Parent::Parent(int val) : value(val), attr(6), immutableAttr(8) {
9
printf(
"Parent:%d\n"
, val);
10
}
11
12
Parent::Parent(Parent* p, Parent* q)
13
: value(p->value + q->value), attr(6), immutableAttr(8) {
Callers
1
main
Function · 0.80
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected