Searched refs:hasInherit (Results 1 – 3 of 3) sorted by relevance
1 function hasInherit(property) { function10 module.exports = hasInherit;
2 var hasInherit = require('./has-inherit'); variable199 currentValue = hasInherit(components[componentName]);273 if (hasInherit(component)) {370 if (hasInherit(component)) {
1 var hasInherit = require('./has-inherit'); variable290 if (hasInherit(right))380 if (component.value[0][1] != right.value[0][1] && (hasInherit(left) || hasInherit(right)))