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

Method GetEnum

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

Source from the content-addressed store, hash-verified

134 e_val = 34
135 };
136 EnumWithinClass GetEnum() { return e_val; }
137
138 EnumNamespace::EnumInNamespace GetEnumFromNameSpace() { return EnumNamespace::e_namespace_val; }
139};

Callers 1

post.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected