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

Method Class

test/emscripten_api_browser_infloop.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 int x;
16
17 Class() : x(0) {}
18 ~Class() {
19 // Destructor should never be called.
20 assert(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected