Searched refs:VT (Results 1 – 1 of 1) sorted by relevance
/test/testfwk/arkxtest/uitest/addon/ |
D | extension_executor.cpp | 162 using VT = nlohmann::detail::value_t; in CallThroughMessage() typedef 176 auto nullThis = caller.type() == VT::null; in CallThroughMessage() 177 … CALL_THROUGH_CHECK(api.type() == VT::string, "Illegal api value type", ERR_BAD_ARG, true, ptr); in CallThroughMessage() 178 …CALL_THROUGH_CHECK(caller.type() == VT::string || nullThis, "Illegal thisRef type", ERR_BAD_ARG, t… in CallThroughMessage() 179 … CALL_THROUGH_CHECK(params.type() == VT::array, "Illegal api args type", ERR_BAD_ARG, true, ptr); in CallThroughMessage()
|