Home
last modified time | relevance | path

Searched refs:isNewLine (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts204 function isNewLine(code: number): boolean method in acorn.Parser
Dacorn.js255 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;
Dacorn.mjs249 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/
DShaderLang.cpp1176 bool isNewLine = lineSync.syncToLine(ppToken.loc.line); in operator ()() local
1178 if (isNewLine) { in operator ()()
1188 if (!isNewString && !isNewLine && lastToken != EndOfInput && in operator ()()