Searched refs:typePhone (Results 1 – 1 of 1) sorted by relevance
153 napi_value typePhone = nullptr; in GetJsTextInputTypeProperty() local163 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(TextInputType::PHONE), &typePhone)); in GetJsTextInputTypeProperty()174 NAPI_CALL(env, napi_set_named_property(env, textInputType, "PHONE", typePhone)); in GetJsTextInputTypeProperty()