Searched refs:inheritExpand (Results 1 – 3 of 3) sorted by relevance
468 inheritExpand(refObj) { method in ConfigNode883 if (!this.inheritExpand()) {966 inheritExpand() { method in Ast974 if (!node.inheritExpand(inherit)) {
148 NodeTools.inheritExpand(node);
403 NodeTools.inheritExpand = function (node) { function