Lines Matching refs:expanded
5188 delete m.expanded;
5837 * @return {array} the expanded requirement list.
5848 return mod.expanded || NO_REQUIREMENTS;
5872 delete mod.expanded;
5877 // if (mod.expanded && (!mod.langCache || mod.langCache == this.lang)) {
5878 if (mod.expanded && (!this.lang || mod.langCache === this.lang)) {
5879 //Y.log('Already expanded ' + name + ', ' + mod.expanded);
5880 return mod.expanded;
5896 // ", expanded:" + mod.expanded + ")");
5924 // expanded to include the submodules. This is so we can
6049 mod.expanded = YObject.keys(mod.expanded_map);
6051 return mod.expanded;