Searched refs:typeJsVal (Results 1 – 1 of 1) sorted by relevance
242 auto typeJsVal = obj->GetProperty("type"); in PostTouchEvent() local243 if (typeJsVal->IsNumber()) { in PostTouchEvent()244 touchEvent.type = static_cast<TouchType>(typeJsVal->ToNumber<int32_t>()); in PostTouchEvent()