| 16 | |
| 17 | namespace { |
| 18 | EM_JS(void, djinni_init_testsuite_constant_with_enum_consts, (), { |
| 19 | if (!('testsuite_ConstantWithEnum' in Module)) { |
| 20 | Module.testsuite_ConstantWithEnum = {}; |
| 21 | } |
| 22 | Module.testsuite_ConstantWithEnum.CONST_ENUM = Module.testsuite_ConstantEnum.SOME_VALUE; |
| 23 | }) |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected