Searched refs:formatForFunc (Results 1 – 1 of 1) sorted by relevance
215 classStr += `'${DYNAMIC_CLASS}' : ${formatForFunc(value)},`;236 dynamicStyle += `'${key}' : ${formatForFunc(value)},`;263 return formatForFunc(value);299 propContent += `'${key}' : ${formatForFunc(props[key])},`;324 eventContent += `'${key}' : ${formatForFunc(props[key])},`;370 exp = formatForFunc(exp);388 return '_i' + '((' + formatForFunc(node.shown) + '),' + 'function(){return ' + children + '}),';397 function formatForFunc(value) { function