Searched refs:singleLineCommentStart (Results 1 – 3 of 3) sorted by relevance
36 const singleLineCommentStart = multilineJsDocEnd + 1; constant38 goTo.position(singleLineCommentStart + 1);41 const postNodeCommentStart = singleLineCommentStart + 16;
34 const singleLineCommentStart = multilineJsDocEnd + 1; constant36 goTo.position(singleLineCommentStart + 1);
2546 const singleLineCommentStart = /(?:\/\/+\s*)/.source; constant2553 …amble = "(" + anyNumberOfSpacesAndAsterisksAtStartOfLine + "|" + singleLineCommentStart + "|" + mu…