Searched refs:varSpec (Results 1 – 1 of 1) sorted by relevance
485 var valid = _.pick(classSpec.variables, function(varSpec, varName) { argument486 return ofValidType(varSpec, className + '.' + varName, className);782 function ofValidType(varSpec, varName, parent) { argument783 if (isValidType(varSpec.type, parent)) {787 …console.log('Error: ' + varName + ' is of invalid type ' + typeToString(varSpec.type) + '.' + msgA…