Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/addon/
Dextension_executor.cpp176 auto nullThis = caller.type() == VT::null; in CallThroughMessage() local
178 …CALL_THROUGH_CHECK(caller.type() == VT::string || nullThis, "Illegal thisRef type", ERR_BAD_ARG, t… in CallThroughMessage()
182 .callerObjRef_ = nullThis ? "" : caller.get<string>(), in CallThroughMessage()