Home
last modified time | relevance | path

Searched defs:resolveVector (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp731 CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> resolveVector; in ModuleDeclarationEnvironmentSetup() local
143 CheckCircularImport(const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &exportName, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) CheckCircularImport() argument
234 ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &exportName, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) ResolveExport() argument
828 CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> resolveVector; ModuleDeclarationArrayEnvironmentSetup() local
877 CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> resolveVector; GetModuleNamespace() local
1526 GetStarResolution(JSThread *thread, const JSHandle<JSTaggedValue> &exportName, const JSHandle<JSTaggedValue> &moduleRequest, const JSHandle<SourceTextModule> &module, JSMutableHandle<JSTaggedValue> &starResolution, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) GetStarResolution() argument
1667 ResolveIndirectExport(JSThread *thread, const JSHandle<JSTaggedValue> &exportEntry, const JSHandle<JSTaggedValue> &exportName, const JSHandle<SourceTextModule> &module, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) ResolveIndirectExport() argument
1722 CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> resolveVector; CheckResolvedBinding() local
1761 CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> resolveVector; CheckResolvedIndexBinding() local
[all...]

Completed in 8 milliseconds