Searched refs:exportModule (Results 1 – 2 of 2) sorted by relevance
24 ARKTS_Value (*exportModule)(ARKTS_Env env, const char* dllName, ARKTS_Value exports) = nullptr; member105 exports = g_cjModuleCallbacks->exportModule(env, dllName, exports); in ARKTS_LoadModule()
31 ARKTS_Value (*exportModule)(ARKTS_Env env, const char* dllName, ARKTS_Value exports) = nullptr; member317 .exportModule = [](ARKTS_Env env, const char* dllName, ARKTS_Value exports)->ARKTS_Value { in Init()