Searched refs:typeNumberPassword (Results 1 – 1 of 1) sorted by relevance
158 napi_value typeNumberPassword = nullptr; in GetJsTextInputTypeProperty() local168 …napi_create_int32(env, static_cast<int32_t>(TextInputType::NUMBER_PASSWORD), &typeNumberPassword)); in GetJsTextInputTypeProperty()179 …NAPI_CALL(env, napi_set_named_property(env, textInputType, "NUMBER_PASSWORD", typeNumberPassword)); in GetJsTextInputTypeProperty()