| /third_party/node/lib/internal/modules/esm/ |
| D | resolve.js | 352 function importNotDefined(specifier, packageJSONUrl, base) { argument 820 function parsePackageName(specifier, base) { argument 861 function packageResolve(specifier, base, conditions) { argument 897 …const packageConfig = packageJsonReader.read(packageJSONPath, { __proto__: null, specifier, base, … property 923 function isBareSpecifier(specifier) { argument 931 function isRelativeSpecifier(specifier) { argument 945 function shouldBeTreatedAsRelativeOrAbsolutePath(specifier) { argument 958 function moduleResolve(specifier, base, conditions, preserveSymlinks) { argument 988 function resolveAsCommonJS(specifier, parentURL) { argument 1036 function checkIfDisallowedImport(specifier, parsed, parsedParentURL) { argument [all …]
|
| /third_party/node/test/fixtures/ |
| D | pkgexports.mjs | 6 export async function requireFixture(specifier) { argument 10 export function importFixture(specifier) { argument
|
| /third_party/node/test/fixtures/node_modules/pkgexports/lib/ |
| D | hole.js | 4 async importFromInside(specifier) { argument 7 async requireFromInside(specifier) { argument
|
| /third_party/node/deps/v8/src/ast/ |
| D | modules.h | 127 AstModuleRequest(const AstRawString* specifier, in AstModuleRequest() 138 const AstRawString* specifier() const { return specifier_; } in specifier() function 266 int AddModuleRequest(const AstRawString* specifier, in AddModuleRequest()
|
| /third_party/node/test/fixtures/es-module-loaders/ |
| D | loader-resolve-bad-next-context.mjs | 1 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-multiple-next-calls.mjs | 1 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-shortcircuit.mjs | 1 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-receiving-modified-context.mjs | 4 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-passthru.mjs | 3 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-bad-next-specifier.mjs | 1 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-dynamic-import.mjs | 4 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-strip-xxx.mjs | 4 export async function resolve(specifier, context, nextResolve) { argument
|
| D | loader-load-null-return.mjs | 1 export async function load(specifier, context, next) { argument
|
| D | loader-resolve-42.mjs | 4 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-foo.mjs | 4 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-strip-yyy.mjs | 4 export async function resolve(specifier, context, nextResolve) { argument
|
| D | loader-unknown-builtin-module.mjs | 1 export function resolve(specifier, context, next) { argument
|
| D | loader-resolve-incomplete.mjs | 1 export async function resolve(specifier, context, next) { argument
|
| D | loader-resolve-null-return.mjs | 1 export async function resolve(specifier, context, next) { argument
|
| D | not-found-assert-loader.mjs | 6 export async function resolve(specifier, { importAttributes }, next) { argument
|
| D | loader-invalid-url.mjs | 1 export async function resolve(specifier, { parentURL, importAttributes }, next) { argument
|
| D | loader-with-custom-condition.mjs | 3 export async function resolve(specifier, context, defaultResolve) { argument
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | importNameCodeFix_endingPreference.ts | 23 for (const [fileName, importModuleSpecifierEnding, specifier] of tests) { constant
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| D | eap_gpsk_common.c | 24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite() 280 int specifier, in eap_gpsk_derive_keys() 418 int specifier, in eap_gpsk_derive_session_id() 482 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len() 525 int specifier, const u8 *data, size_t len, u8 *mic) in eap_gpsk_compute_mic()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| D | eap_gpsk_common.c | 24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite() 280 int specifier, in eap_gpsk_derive_keys() 418 int specifier, in eap_gpsk_derive_session_id() 482 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len() 525 int specifier, const u8 *data, size_t len, u8 *mic) in eap_gpsk_compute_mic()
|