Home
last modified time | relevance | path

Searched defs:modulePath (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-module-multi-extensions.js23 const modulePath = path.join(tmpdir.path, 'test-extensions'); constant
34 const modulePath = path.join(tmpdir.path, 'test-extensions'); constant
47 const modulePath = path.join(tmpdir.path, 'test-extensions'); constant
59 const modulePath = path.join(tmpdir.path, 'test-extensions.foo'); constant
69 const modulePath = path.join(tmpdir.path, 'test-extensions.foo'); constant
/third_party/node/test/wasi/
Dtest-return-on-exit.js8 const modulePath = path.join(wasmDir, 'exitcode.wasm'); constant
Dtest-wasi-stdio.js8 const modulePath = join(__dirname, 'wasm', 'stdin.wasm'); constant
Dtest-wasi-not-started.js15 const modulePath = path.join(__dirname, 'wasm', 'main_args.wasm'); constant
Dtest-wasi-symlinks.js21 const modulePath = path.join(wasmDir, `${process.argv[3]}.wasm`); constant
Dtest-wasi.js25 const modulePath = path.join(wasmDir, `${process.argv[3]}.wasm`); constant
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts250 for (const modulePath of modulePaths) { constant
325 const modulePath = toPath(moduleFileName, projectDirectory, getCanonicalFileName); constant
Dsys.ts1572 const modulePath = resolveJSModule(moduleName, baseDir, nodeSystem); constant
/third_party/node/lib/
Dchild_process.js123 function fork(modulePath, args = [], options) { argument
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts696 const modulePath = normalizePath(sourceFile.fileName); constant
/third_party/typescript/lib/
DtypingsInstaller.js46544 function isOHModules(modulePath) { argument
46548 function isOhpmAndOhModules(packageManagerType, modulePath) { argument
127715 …return ts.firstDefined(modulePaths, function (modulePath) { return tryGetModuleNameAsNodeModule(mo… argument
127722 …return ts.firstDefined(modulePaths, function (modulePath) { return tryGetModuleNameAsNodeModule(mo… argument
127770 …var existingSpecifier = ts.forEach(modulePaths, function (modulePath) { return ts.forEach(host.get… argument
Dtsc.js38309 function isOHModules(modulePath) { argument
38313 function isOhpmAndOhModules(packageManagerType, modulePath) { argument
106207 …return ts.firstDefined(modulePaths, function (modulePath) { return tryGetModuleNameAsNodeModule(mo… argument
106214 …return ts.firstDefined(modulePaths, function (modulePath) { return tryGetModuleNameAsNodeModule(mo… argument
106260 …var existingSpecifier = ts.forEach(modulePaths, function (modulePath) { return ts.forEach(host.get… argument