Searched refs:varName (Results 1 – 1 of 1) sorted by relevance
485 var valid = _.pick(classSpec.variables, function(varSpec, varName) { argument486 return ofValidType(varSpec, className + '.' + varName, className);676 var varName = getText(getChild(variable, 'name'), 'name');679 spec_js[varName] = {782 function ofValidType(varSpec, varName, parent) { argument787 …console.log('Error: ' + varName + ' is of invalid type ' + typeToString(varSpec.type) + '.' + msgA…