Home
last modified time | relevance | path

Searched defs:indexFile (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-require-long-path.js16 const indexFile = path.join(fullDirPath, 'index.js'); constant
Dtest-runner-import-no-scheme.js34 const indexFile = path.join(packageRoot, 'index.js'); constant
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
Dtest_db.js28 const indexFile = path.join(outPath, 'index.json'); constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DcompletionsIncomplete.ts33 const indexFile: File = { constant
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts163 const indexFile = { name: indexPath }; constant
185 const indexFile = { name: "/a/b/foo/index.d.ts" }; constant
/third_party/typescript/src/harness/
DevaluatorImpl.ts125 const indexFile = vpath.resolve(dir, "index.js"); constant