| /third_party/node/test/parallel/ |
| D | test-module-multi-extensions.js | 23 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/ |
| D | test-return-on-exit.js | 8 const modulePath = path.join(wasmDir, 'exitcode.wasm'); constant
|
| D | test-wasi-stdio.js | 8 const modulePath = join(__dirname, 'wasm', 'stdin.wasm'); constant
|
| D | test-wasi-not-started.js | 15 const modulePath = path.join(__dirname, 'wasm', 'main_args.wasm'); constant
|
| D | test-wasi-symlinks.js | 21 const modulePath = path.join(wasmDir, `${process.argv[3]}.wasm`); constant
|
| D | test-wasi.js | 25 const modulePath = path.join(wasmDir, `${process.argv[3]}.wasm`); constant
|
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 250 for (const modulePath of modulePaths) { constant 325 const modulePath = toPath(moduleFileName, projectDirectory, getCanonicalFileName); constant
|
| D | sys.ts | 1572 const modulePath = resolveJSModule(moduleName, baseDir, nodeSystem); constant
|
| /third_party/node/lib/ |
| D | child_process.js | 123 function fork(modulePath, args = [], options) { argument
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | TypeScriptLinter.ts | 696 const modulePath = normalizePath(sourceFile.fileName); constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 46544 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
|
| D | tsc.js | 38309 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
|