| H A D | js_module_source_text.cpp | 143 CheckCircularImport(const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &exportName, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) CheckCircularImport() argument 160 ResolveExportObject(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &exports, const JSHandle<JSTaggedValue> &exportName) ResolveExportObject() argument 202 ResolveNativeStarExport(JSThread *thread, const JSHandle<SourceTextModule> &nativeModule, const JSHandle<JSTaggedValue> &exportName) ResolveNativeStarExport() argument 218 ResolveCjsStarExport(JSThread *thread, const JSHandle<SourceTextModule> &cjsModule, const JSHandle<JSTaggedValue> &exportName) ResolveCjsStarExport() argument 234 ResolveExport(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<JSTaggedValue> &exportName, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) ResolveExport() argument 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 1613 std::string exportName = EcmaStringAccessor(ee->GetExportName()).ToStdString(); AddExportName() local 1619 ResolveElementOfObject(JSThread *thread, const JSHandle<JSHClass> &hclass, const JSHandle<JSTaggedValue> &exportName, const JSHandle<SourceTextModule> &module) ResolveElementOfObject() argument 1632 ResolveLocalExport(JSThread *thread, const JSHandle<JSTaggedValue> &exportEntry, const JSHandle<JSTaggedValue> &exportName, const JSHandle<SourceTextModule> &module) ResolveLocalExport() 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 [all...] |