Searched refs:typeDatatime (Results 1 – 1 of 1) sorted by relevance
154 napi_value typeDatatime = nullptr; in GetJsTextInputTypeProperty() local164 …PI_CALL(env, napi_create_int32(env, static_cast<int32_t>(TextInputType::DATETIME), &typeDatatime)); in GetJsTextInputTypeProperty()175 NAPI_CALL(env, napi_set_named_property(env, textInputType, "DATETIME", typeDatatime)); in GetJsTextInputTypeProperty()