Searched refs:isNewLine (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.d.mts | 13 isNewLine,
|
D | acorn.d.ts | 245 function isNewLine(code: number): boolean method in acorn.Parser
|
D | acorn.js | 251 function isNewLine(code) { function 260 if (isNewLine(next)) 5212 while (this.pos < this.input.length && !isNewLine(ch)) { 5678 if (isNewLine(ch)) { this.raise(this.start, "Unterminated string constant"); } 5735 } else if (isNewLine(ch)) { 5836 if (isNewLine(ch)) { 5935 isNewLine: isNewLine, property 5978 exports.isNewLine = isNewLine;
|
D | acorn.mjs | 245 function isNewLine(code) { function 254 if (isNewLine(next)) 5206 while (this.pos < this.input.length && !isNewLine(ch)) { 5672 if (isNewLine(ch)) { this.raise(this.start, "Unterminated string constant"); } 5729 } else if (isNewLine(ch)) { 5830 if (isNewLine(ch)) { 5929 isNewLine: isNewLine, property 5961 …Type, defaultOptions, getLineInfo, isIdentifierChar, isIdentifierStart, isNewLine, keywords as key…
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1151 bool isNewLine = lineSync.syncToLine(ppToken.loc.line); in operator ()() local 1153 if (isNewLine) { in operator ()() 1163 if (!isNewString && !isNewLine && lastToken != EndOfInput) { in operator ()()
|