Skip to content
Verified Commit d21d17ea authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

AbstractListItem: Optimize bindings for padding expressions

By resetting properties with `undefined` we are letting native C++ code
propagate properties faster, whereas otherwise it would have to take a
roundabout through JavaScript runtime.

Explicitly unsetting all other properties guards against surprises from
QQC2 style implementation.
parent e96a713f
Pipeline #469977 passed with stage
in 3 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment