31a0a74 Move property descriptor search into WrapHelper when generating code

1 file Authored by Martin Zmitko 12 months ago, Committed by Libor Polčák 12 months ago,
    Move property descriptor search into WrapHelper when generating code
    
    Optimize injection code size. The code was inserted again and again.
    After the commit, the code is inserted only once. See the bachelor
    thesis of Martin Zmitko (https://www.vut.cz/en/students/final-thesis/detail/147218)
    for more details.
    
        
file modified
+19 -17