Lines Matching refs:expanded
571 delete m.expanded;
1220 * @return {array} the expanded requirement list.
1231 return mod.expanded || NO_REQUIREMENTS;
1255 delete mod.expanded;
1260 // if (mod.expanded && (!mod.langCache || mod.langCache == this.lang)) {
1261 if (mod.expanded && (!this.lang || mod.langCache === this.lang)) {
1262 //Y.log('Already expanded ' + name + ', ' + mod.expanded);
1263 return mod.expanded;
1279 // ", expanded:" + mod.expanded + ")");
1307 // expanded to include the submodules. This is so we can
1432 mod.expanded = YObject.keys(mod.expanded_map);
1434 return mod.expanded;