| 22 | |
| 23 | namespace { |
| 24 | EM_JS(void, djinni_init_testsuite_constant_interface_with_enum_consts, (), { |
| 25 | if (!('testsuite_ConstantInterfaceWithEnum' in Module)) { |
| 26 | Module.testsuite_ConstantInterfaceWithEnum = {}; |
| 27 | } |
| 28 | Module.testsuite_ConstantInterfaceWithEnum.CONST_ENUM = Module.testsuite_ConstantEnum.SOME_VALUE; |
| 29 | }) |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected