Home
last modified time | relevance | path

Searched refs:originalFilePath (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DundeclaredModuleError.js7 function instrumentFile(covFileDir: string, covFileName: string, originalFilePath: string) {
8 fs.readFile(originalFilePath, () => {
29 function instrumentFile(covFileDir, covFileName, originalFilePath) { argument
30 fs.readFile(originalFilePath, function () {
DundeclaredModuleError.symbols26 function instrumentFile(covFileDir: string, covFileName: string, originalFilePath: string) {
30 >originalFilePath : Symbol(originalFilePath, Decl(undeclaredModuleError.ts, 5, 64))
32 fs.readFile(originalFilePath, () => {
34 >originalFilePath : Symbol(originalFilePath, Decl(undeclaredModuleError.ts, 5, 64))
DundeclaredModuleError.types23 function instrumentFile(covFileDir: string, covFileName: string, originalFilePath: string) {
24 >instrumentFile : (covFileDir: string, covFileName: string, originalFilePath: string) => void
27 >originalFilePath : string
29 fs.readFile(originalFilePath, () => {
30 >fs.readFile(originalFilePath, () => { readdir(covFileDir, () => { } , (error:…
34 >originalFilePath : string
DundeclaredModuleError.errors.txt15 function instrumentFile(covFileDir: string, covFileName: string, originalFilePath: string) {
16 fs.readFile(originalFilePath, () => {
Dparserharness.js1426 originalFilePath: string;
1503 originalFilePath: filename, property
1538 originalFilePath: filename, property
3375 originalFilePath: filename, property
3410 originalFilePath: filename, property
Dparserharness.types5808 originalFilePath: string;
5809 >originalFilePath : string
6081 >newTestFile : { content: string; name: any; fileOptions: {}; originalFilePath: string; references:…
6083originalFilePath: filename, references: refs …
6097 originalFilePath: filename,
6098 >originalFilePath : string
6111 >newTestFile : { content: string; name: any; fileOptions: {}; originalFilePath: string; references:…
6191 >newTestFile : { content: string; name: any; fileOptions: {}; originalFilePath: string; references:…
6192originalFilePath: filename, references: refs } : { content: strin…
6208 originalFilePath: filename,
[all …]
Dparserharness.errors.txt1696 originalFilePath: string;
1787 originalFilePath: filename,
1822 originalFilePath: filename,
Dparserharness.symbols4245 originalFilePath: string;
4246 >originalFilePath : Symbol(TestUnitData.originalFilePath, Decl(parserharness.ts, 1423, 25))
4450 originalFilePath: filename,
4451 >originalFilePath : Symbol(originalFilePath, Decl(parserharness.ts, 1500, 64))
4531 originalFilePath: filename,
4532 >originalFilePath : Symbol(originalFilePath, Decl(parserharness.ts, 1535, 48))
/third_party/typescript/tests/cases/compiler/
DundeclaredModuleError.ts7 function instrumentFile(covFileDir: string, covFileName: string, originalFilePath: string) {
8 fs.readFile(originalFilePath, () => {
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dsource_helpers.js141 function resolveLoads(originalFilePath, ast) { argument
160 loadValue, fsPath.dirname(originalFilePath), !isChakraLoad);
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1426 originalFilePath: string;
1503 originalFilePath: filename,
1538 originalFilePath: filename,
/third_party/typescript/src/harness/
DharnessIO.ts1149 originalFilePath: string; property
1222 originalFilePath: fileName,
1260 originalFilePath: fileName, constant