Home
last modified time | relevance | path

Searched refs:hasSource (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/
Dsourcemap.ts452 let hasSource = false;
460 hasSource = true;
486 return { value: captureMapping(hasSource, hasName), done };
493 function captureMapping(hasSource: true, hasName: true): Required<Mapping>;
494 function captureMapping(hasSource: boolean, hasName: boolean): Mapping;
495 function captureMapping(hasSource: boolean, hasName: boolean): Mapping {
499 sourceIndex: hasSource ? sourceIndex : undefined,
500 sourceLine: hasSource ? sourceLine : undefined,
501 sourceCharacter: hasSource ? sourceCharacter : undefined,
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h146 …virtual void notifyLineDirective(int curLineNo, int newLineNo, bool hasSource, int sourceNum, cons… in notifyLineDirective() argument
149 lineCallback(curLineNo, newLineNo, hasSource, sourceNum, sourceName); in notifyLineDirective()
DShaderLang.cpp1117 int curLineNum, int newLineNum, bool hasSource, int sourceNum, const char* sourceName) { in operator ()() argument
1122 if (hasSource) { in operator ()()
/third_party/node/deps/v8/tools/profview/
Dprofview.js551 main.currentState.sourceData.hasSource(
1478 hasSource(functionId) { method in SourceData
1483 console.assert(this.hasSource(functionId));
/third_party/typescript/lib/
DtypingsInstaller.js94497 var hasSource = false;
94505 hasSource = true;
94536 return { value: captureMapping(hasSource, hasName), done: done };
94541 function captureMapping(hasSource, hasName) { argument
94545 sourceIndex: hasSource ? sourceIndex : undefined,
94546 sourceLine: hasSource ? sourceLine : undefined,
94547 sourceCharacter: hasSource ? sourceCharacter : undefined,
Dtsc.js79937 var hasSource = false;
79945 hasSource = true;
79976 return { value: captureMapping(hasSource, hasName), done: done };
79981 function captureMapping(hasSource, hasName) { argument
79985 sourceIndex: hasSource ? sourceIndex : undefined,
79986 sourceLine: hasSource ? sourceLine : undefined,
79987 sourceCharacter: hasSource ? sourceCharacter : undefined,