MCPcopy 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
8Parent::Parent(int val) : value(val), attr(6), immutableAttr(8) {
9 printf("Parent:%d\n", val);
10}
11
12Parent::Parent(Parent* p, Parent* q)
13 : value(p->value + q->value), attr(6), immutableAttr(8) {

Callers 1

mainFunction · 0.80

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected