Searched refs:isNewLine (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.d.ts | 204 function isNewLine(code: number): boolean method in acorn.Parser
|
D | acorn.js | 255 function isNewLine(code, ecma2019String) { function 4757 while (this.pos < this.input.length && !isNewLine(ch)) { 5224 …if (isNewLine(ch, this.options.ecmaVersion >= 10)) { this.raise(this.start, "Unterminated string c… 5281 } else if (isNewLine(ch)) { 5384 if (isNewLine(ch)) { 5468 isNewLine: isNewLine, property 5511 exports.isNewLine = isNewLine;
|
D | acorn.mjs | 249 function isNewLine(code, ecma2019String) { function 4751 while (this.pos < this.input.length && !isNewLine(ch)) { 5218 …if (isNewLine(ch, this.options.ecmaVersion >= 10)) { this.raise(this.start, "Unterminated string c… 5275 } else if (isNewLine(ch)) { 5378 if (isNewLine(ch)) { 5462 isNewLine: isNewLine, property 5494 …Type, defaultOptions, getLineInfo, isIdentifierChar, isIdentifierStart, isNewLine, keywords$1 as k…
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1176 bool isNewLine = lineSync.syncToLine(ppToken.loc.line); in operator ()() local 1178 if (isNewLine) { in operator ()() 1188 if (!isNewString && !isNewLine && lastToken != EndOfInput && in operator ()()
|