Home
last modified time | relevance | path

Searched refs:toKeyAlias (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/babel-types/lib/
Dconverters.js19 exports.toKeyAlias = toKeyAlias;
163 function toKeyAlias(node) { function
169 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++;
Dindex.js4 …ent = exports.toBindingIdentifierName = exports.toIdentifier = exports.toKeyAlias = exports.toSequ…
256 return _converters.toKeyAlias;