Home
last modified time | relevance | path

Searched defs:sourceText (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/src/harness/
DtypeWriter.ts5 sourceText: string; property
12 sourceText: string; property
19 sourceText: string; property
105 const sourceText = ts.getSourceTextOfNodeFromSourceFile(this.currentSourceFile, node); constant
DevaluatorImpl.ts90 const sourceText = this.fs.readFileSync(file, "utf8"); constant
Dclient.ts420 const sourceText = getSnapshotText(this.host.getScriptSnapshot(file)!); constant
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliteratingTextComponent.java117 String sourceText = getText().substring(0,end); in transliterate() local
/third_party/node/lib/internal/vm/
Dmodule.js262 constructor(sourceText, options = kEmptyObject) { argument
292 sourceText, property
/third_party/typescript/src/services/
DoutliningElementsCollector.ts124 const sourceText = sourceFile.getFullText(); constant
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp60 const char* sourceText; in OnGLDebugMessage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp226 std::string sourceText = stream.str(); in compileToBinary() local
/third_party/node/deps/v8/tools/turbolizer/src/
Dcode-view.ts146 const sourceText = source.sourceText; constant
Dsource-resolver.ts64 sourceText: string; property
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp85 std::string sourceText = gl::GetDebugMessageSourceString(source); in LogGLDebugMessage() local
/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.cpp127 std::string sourceText = gl::GetDebugMessageSourceString(source); in DebugMessageCallback() local
/third_party/icu/icu4c/source/test/cintltst/
Dutransts.c646 const char * sourceText; member
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc602 Handle<String> sourceText = in GetJSPositionInfo() local
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts12 sourceText?: SourceText; property
/third_party/node/lib/internal/debugger/
Dinspect_repl.js156 function markSourceColumn(sourceText, position, useColors) { argument
/third_party/glslang/SPIRV/
DSpvBuilder.h798 std::string sourceText; variable
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1725 var sourceText = new TypeScript.StringSourceText(IO.readFile(fileName)) variable
3561 TypeScriptLS.prototype.parseSourceText = function (fileName, sourceText) { argument
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h1057 std::string sourceText; variable
/third_party/typescript/src/compiler/
Dutilities.ts311 const sourceText = sourceFile.text; constant
Dchecker.ts35141 const sourceText = sf.text; constant
/third_party/typescript/lib/
DtypingsInstaller.js15046 function getTextOfNodeFromSourceText(sourceText, node, includeTrivia) { argument
32333 …function createSourceFile(fileName, sourceText, languageVersionOrOptions, setParentNodes, scriptKi… argument
32367 function parseJsonText(fileName, sourceText) { argument
32543 …function parseSourceFile(fileName, sourceText, languageVersion, syntaxCursor, setParentNodes, scri… argument
32575 … function parseJsonText(fileName, sourceText, languageVersion, syntaxCursor, setParentNodes) { argument
40406 function processCommentPragmas(context, sourceText) { argument
Dtsc.js11518 function getTextOfNodeFromSourceText(sourceText, node, includeTrivia) { argument
26212 …function createSourceFile(fileName, sourceText, languageVersionOrOptions, setParentNodes, scriptKi… argument
26241 function parseJsonText(fileName, sourceText) { argument
26316 …function parseSourceFile(fileName, sourceText, languageVersion, syntaxCursor, setParentNodes, scri… argument
26346 … function parseJsonText(fileName, sourceText, languageVersion, syntaxCursor, setParentNodes) { argument
32806 function processCommentPragmas(context, sourceText) { argument