Searched refs:timestampJsVal (Results 1 – 1 of 1) sorted by relevance
258 auto timestampJsVal = obj->GetProperty("timestamp"); in PostTouchEvent() local259 if (timestampJsVal->IsNumber()) { in PostTouchEvent()260 … std::chrono::nanoseconds nanoseconds(static_cast<int64_t>(timestampJsVal->ToNumber<double>())); in PostTouchEvent()