Home
last modified time | relevance | path

Searched refs:GetstarExportToRecord (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h597 const std::unordered_set<CString> &GetstarExportToRecord(const CString &recordName) const in GetstarExportToRecord() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp597 const auto &starRecords = bcInfo_->GetstarExportToRecord(recordName); in IterateStarExport()