Searched refs:PARAMETER_TYPE (Results 1 – 2 of 2) sorted by relevance
87 const std::map<int32_t, std::string> JsUtils::PARAMETER_TYPE = { member in OHOS::MiscServices::JsUtils110 auto iter = PARAMETER_TYPE.find(type); in ThrowException()111 if (iter != PARAMETER_TYPE.end()) { in ThrowException()
128 static const std::map<int32_t, std::string> PARAMETER_TYPE; variable