Lines Matching refs:expanded
6172 delete m.expanded;
6821 * @return {array} the expanded requirement list.
6832 return mod.expanded || NO_REQUIREMENTS;
6856 delete mod.expanded;
6861 // if (mod.expanded && (!mod.langCache || mod.langCache == this.lang)) {
6862 if (mod.expanded && (!this.lang || mod.langCache === this.lang)) {
6863 //Y.log('Already expanded ' + name + ', ' + mod.expanded);
6864 return mod.expanded;
6880 // ", expanded:" + mod.expanded + ")");
6908 // expanded to include the submodules. This is so we can
7033 mod.expanded = YObject.keys(mod.expanded_map);
7035 return mod.expanded;