Home
last modified time | relevance | path

Searched refs:init_module_list (Results 1 – 1 of 1) sorted by relevance

/third_party/quickjs/
Dqjsc.c58 static namelist_t init_module_list; variable
241 namelist_add(&init_module_list, e->name, e->short_name, 0); in jsc_module_loader()
701 for(i = 0; i < init_module_list.count; i++) { in main()
702 namelist_entry_t *e = &init_module_list.array[i]; in main()
760 namelist_free(&init_module_list); in main()