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.h159 explicit ExportRecordInfo(const CString &starRecord) : starExportRecord_({starRecord}) {} in ExportRecordInfo() argument
548 void AddStarExportToRecord(const CString &recordName, const CString &starRecord) in AddStarExportToRecord() argument
552 iter->second.AddStarExport(starRecord); in AddStarExportToRecord()
554 ExportRecordInfo info(starRecord); in AddStarExportToRecord()