Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp588 static std::map<int8_t, std::string> typsMaps = { in ScriptToString() local
596 std::string str = typsMaps[value->GetValueType()]; in ScriptToString()