Searched refs:toKeyAlias (Results 1 – 2 of 2) sorted by relevance
19 exports.toKeyAlias = toKeyAlias;163 function toKeyAlias(node) { function169 return toKeyAlias.increment() + "";189 toKeyAlias.uid = 0;191 toKeyAlias.increment = function () {192 if (toKeyAlias.uid >= _maxSafeInteger2.default) {193 return toKeyAlias.uid = 0;195 return toKeyAlias.uid++;
4 …ent = exports.toBindingIdentifierName = exports.toIdentifier = exports.toKeyAlias = exports.toSequ…256 return _converters.toKeyAlias;