MCPcopy Create free account
hub / github.com/dynjs/dynjs / incrementLine

Method incrementLine

src/main/java/org/dynjs/parser/js/Lexer.java:120–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 protected void incrementLine() {
121 ++this.lineNumber;
122 this.columnNumber = 1;
123 }
124
125 private boolean isRegexpEnabled() {
126 if (this.lastTokenType == null) {

Callers 2

nextTokenMethod · 0.95
multiLineCommentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected