MCPcopy
hub / github.com/requirejs/requirejs / callGetModule

Function callGetModule

require.js:1200–1205  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1198 };
1199
1200 function callGetModule(args) {
1201 //Skip modules already defined.
1202 if (!hasProp(defined, args[0])) {
1203 getModule(makeModuleMap(args[0], null, true)).init(args[1], args[2]);
1204 }
1205 }
1206
1207 function removeListener(node, func, name, ieName) {
1208 //Favor detachEvent because of IE9

Callers 2

intakeDefinesFunction · 0.85
newContextFunction · 0.85

Calls 3

hasPropFunction · 0.85
getModuleFunction · 0.85
makeModuleMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…