Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h155 explicit ExportRecordInfo(const CString &starRecord) : starExportRecord_({starRecord}) {} in ExportRecordInfo() argument
586 void AddStarExportToRecord(const CString &recordName, const CString &starRecord) in AddStarExportToRecord() argument
590 iter->second.AddStarExport(starRecord); in AddStarExportToRecord()
592 ExportRecordInfo info(starRecord); in AddStarExportToRecord()