Searched refs:tokenComment (Results 1 – 7 of 7) sorted by relevance
244 while ( token.type_ == tokenComment ); in skipCommentTokens()289 token.type_ = tokenComment; in readToken()478 while ( tokenName.type_ == tokenComment && initialTokenOk ) in readObject()509 comma.type_ != tokenComment ) ) in readObject()516 while ( comma.type_ == tokenComment && in readObject()552 while ( token.type_ == tokenComment && ok ) in readArray()
246 while ( token.type_ == tokenComment ); in skipCommentTokens()291 token.type_ = tokenComment; in readToken()480 while ( tokenName.type_ == tokenComment && initialTokenOk ) in readObject()511 comma.type_ != tokenComment ) ) in readObject()518 while ( comma.type_ == tokenComment && in readObject()554 while ( token.type_ == tokenComment && ok ) in readArray()
45 state.tokenize = tokenComment;46 return tokenComment(stream, state);84 function tokenComment(stream, state) { function
48 state.tokenize = tokenComment;49 return tokenComment(stream, state);87 function tokenComment(stream, state) { function
112 state.tokenize = tokenComment;113 return tokenComment(stream, state);159 function tokenComment(stream, state) { function625 if (state.tokenize != tokenComment && stream.eatSpace()) return null;633 if (state.tokenize == tokenComment) return CodeMirror.Pass;
105 tokenComment, enumerator