MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getValCube

Method getValCube

test/webidl/test.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 Child2() : Parent(9) { printf("Child2:%d\n", value); };
36 virtual ~Child2() = default;
37 int getValCube() { return value*value*value; }
38 static void printStatic(int arg0) { printf("*static*: %d\n", arg0); }
39
40 virtual void virtualFunc() { printf("*virtualf*\n"); }

Callers 1

post.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected