Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h831 …JSHandle<TaggedArray> GetExportTableFromLiteral(const JSPandaFile *jsPandaFile, const CString &rec…
Dts_type_parser.cpp537 …JSHandle<TaggedArray> literalTable = tsManager_->GetExportTableFromLiteral(jsPandaFile, recordName… in GenerateExportTableFromRecord()
Dts_manager.cpp1523 JSHandle<TaggedArray> TSManager::GetExportTableFromLiteral(const JSPandaFile *jsPandaFile, const CS… in GetExportTableFromLiteral() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp604 …JSHandle<TaggedArray> exportTypeTable = tsManager->GetExportTableFromLiteral(jsPandaFile_, recordN… in CheckExportNameAndClassType()