Home
last modified time | relevance | path

Searched defs:specifier (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/node/lib/internal/modules/esm/
Dresolve.js350 function importNotDefined(specifier, packageJSONUrl, base) { argument
795 function parsePackageName(specifier, base) { argument
834 function packageResolve(specifier, base, conditions) { argument
897 function isBareSpecifier(specifier) { argument
901 function isRelativeSpecifier(specifier) { argument
911 function shouldBeTreatedAsRelativeOrAbsolutePath(specifier) { argument
924 function moduleResolve(specifier, base, conditions, preserveSymlinks) { argument
955 function resolveAsCommonJS(specifier, parentURL) { argument
996 function checkIfDisallowedImport(specifier, parsed, parsedParentURL) { argument
1041 async function defaultResolve(specifier, context = {}) { argument
[all …]
/third_party/node/test/fixtures/node_modules/pkgexports/lib/
Dhole.js4 async importFromInside(specifier) { argument
7 async requireFromInside(specifier) { argument
/third_party/node/test/fixtures/
Dpkgexports.mjs6 export async function requireFixture(specifier) { argument
10 export function importFixture(specifier) { argument
/third_party/node/lib/internal/process/
Desm_loader.js31 async function importModuleDynamicallyCallback(wrap, specifier, assertions) { argument
/third_party/node/test/fixtures/es-module-loaders/
Dloader-resolve-shortcircuit.mjs1 export async function resolve(specifier) { argument
Dloader-load-null-return.mjs1 export async function load(specifier, context, next) { argument
Dloader-resolve-foo.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-bad-next-context.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-bad-next-specifier.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-passthru.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-null-return.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-42.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-multiple-next-calls.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-receiving-modified-context.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-unknown-builtin-module.mjs1 export function resolve(specifier, context, next) { argument
Dloader-invalid-url.mjs1 export async function resolve(specifier, { parentURL, importAssertions }, next) { argument
Dnot-found-assert-loader.mjs6 export async function resolve(specifier, { importAssertions }, next) { argument
Dloader-shared-dep.mjs8 export function resolve(specifier, context, next) { argument
Dloader-resolve-passing-modified-context.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-with-custom-condition.mjs3 export async function resolve(specifier, context, defaultResolve) { argument
Dloader-with-too-many-args.mjs1 export async function resolve(specifier, context, next) { argument
/third_party/node/deps/v8/src/ast/
Dmodules.h127 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/typescript/tests/cases/fourslash/
DimportNameCodeFix_endingPreference.ts23 for (const [fileName, importModuleSpecifierEnding, specifier] of tests) { constant
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_gpsk_common.c24 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/
Deap_gpsk_common.c24 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()

1234