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.js265 constructor(sourceText, options = kEmptyObject) { argument
295 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.h889 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.h1251 std::string sourceText; variable
/third_party/typescript/src/compiler/
Dutilities.ts311 const sourceText = sourceFile.text; constant
Dchecker.ts35203 const sourceText = sf.text; constant
/third_party/typescript/lib/
Dtsc.js11518 function getTextOfNodeFromSourceText(sourceText, node, includeTrivia) { argument
26222 …function createSourceFile(fileName, sourceText, languageVersionOrOptions, setParentNodes, scriptKi… argument
26251 function parseJsonText(fileName, sourceText) { argument
26326 …function parseSourceFile(fileName, sourceText, languageVersion, syntaxCursor, setParentNodes, scri… argument
26356 … function parseJsonText(fileName, sourceText, languageVersion, syntaxCursor, setParentNodes) { argument
32855 function processCommentPragmas(context, sourceText) { argument
DtypingsInstaller.js15046 function getTextOfNodeFromSourceText(sourceText, node, includeTrivia) { argument
32343 …function createSourceFile(fileName, sourceText, languageVersionOrOptions, setParentNodes, scriptKi… argument
32377 function parseJsonText(fileName, sourceText) { argument
32553 …function parseSourceFile(fileName, sourceText, languageVersion, syntaxCursor, setParentNodes, scri… argument
32585 … function parseJsonText(fileName, sourceText, languageVersion, syntaxCursor, setParentNodes) { argument
40460 function processCommentPragmas(context, sourceText) { argument