Home
last modified time | relevance | path

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

/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.mts13 isNewLine,
Dacorn.d.ts245 function isNewLine(code: number): boolean method in acorn.Parser
Dacorn.js251 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;
Dacorn.mjs245 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/
DShaderLang.cpp1151 bool isNewLine = lineSync.syncToLine(ppToken.loc.line); in operator ()() local
1153 if (isNewLine) { in operator ()()
1163 if (!isNewString && !isNewLine && lastToken != EndOfInput) { in operator ()()