Searched refs:NewModule (Results 1 – 4 of 4) sorted by relevance
89 bool NewModule = false; in addModule() local98 NewModule = true; in addModule()145 if (NewModule) in addModule()154 if (NewModule) { in addModule()177 return NewModule? NewlyLoaded : AlreadyLoaded; in addModule()
22 mod := NewModule("")
25 mod := NewModule("fac_module")
373 func NewModule(name string) (m Module) { func380 func (c Context) NewModule(name string) (m Module) { func