Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babel-types/lib/
Dindex.js659 _inheritComments("trailingComments", child, parent);
663 _inheritComments("leadingComments", child, parent);
667 _inheritComments("innerComments", child, parent);
670 function _inheritComments(key, child, parent) { function