| 16 | |
| 17 | namespace { |
| 18 | EM_JS(void, djinni_init_testsuite_constants_consts, (), { |
| 19 | if (!('testsuite_Constants' in Module)) { |
| 20 | Module.testsuite_Constants = {}; |
| 21 | } |
| 22 | Module.testsuite_Constants.BOOL_CONSTANT = true; |
| 23 | Module.testsuite_Constants.I8_CONSTANT = 1; |
| 24 | Module.testsuite_Constants.I16_CONSTANT = 2; |
nothing calls this directly
no outgoing calls
no test coverage detected