Lines Matching refs:expanded
671 delete m.expanded;
1320 * @return {array} the expanded requirement list.
1331 return mod.expanded || NO_REQUIREMENTS;
1355 delete mod.expanded;
1360 // if (mod.expanded && (!mod.langCache || mod.langCache == this.lang)) {
1361 if (mod.expanded && (!this.lang || mod.langCache === this.lang)) {
1362 //Y.log('Already expanded ' + name + ', ' + mod.expanded);
1363 return mod.expanded;
1379 // ", expanded:" + mod.expanded + ")");
1407 // expanded to include the submodules. This is so we can
1532 mod.expanded = YObject.keys(mod.expanded_map);
1534 return mod.expanded;