Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h903 std::string GetPrimitiveStr(const GlobalTSTypeRef &gt) const;
Dts_manager.cpp1143 return GetPrimitiveStr(gt); in GetTypeStr()
1172 std::string TSManager::GetPrimitiveStr(const GlobalTSTypeRef &gt) const in GetPrimitiveStr() function in panda::ecmascript::TSManager