Home
last modified time | relevance | path

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

1234

/third_party/node/lib/internal/modules/esm/
Dresolve.js352 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/
Dpkgexports.mjs6 export async function requireFixture(specifier) { argument
10 export function importFixture(specifier) { argument
/third_party/node/test/fixtures/node_modules/pkgexports/lib/
Dhole.js4 async importFromInside(specifier) { argument
7 async requireFromInside(specifier) { 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/node/test/fixtures/es-module-loaders/
Dloader-resolve-bad-next-context.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-shortcircuit.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-receiving-modified-context.mjs4 export async function resolve(specifier, context, next) { argument
Dloader-resolve-passthru.mjs3 export async function resolve(specifier, context, next) { argument
Dloader-resolve-bad-next-specifier.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-dynamic-import.mjs4 export async function resolve(specifier, context, next) { argument
Dloader-resolve-strip-xxx.mjs4 export async function resolve(specifier, context, nextResolve) { argument
Dloader-load-null-return.mjs1 export async function load(specifier, context, next) { argument
Dloader-resolve-42.mjs4 export async function resolve(specifier, context, next) { argument
Dloader-resolve-foo.mjs4 export async function resolve(specifier, context, next) { argument
Dloader-resolve-strip-yyy.mjs4 export async function resolve(specifier, context, nextResolve) { argument
Dloader-unknown-builtin-module.mjs1 export function resolve(specifier, context, next) { argument
Dloader-resolve-incomplete.mjs1 export async function resolve(specifier, context, next) { argument
Dloader-resolve-null-return.mjs1 export async function resolve(specifier, context, next) { argument
Dnot-found-assert-loader.mjs6 export async function resolve(specifier, { importAttributes }, next) { argument
Dloader-invalid-url.mjs1 export async function resolve(specifier, { parentURL, importAttributes }, next) { argument
Dloader-with-custom-condition.mjs3 export async function resolve(specifier, context, defaultResolve) { argument
/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