d1a54a522d
It basically can be replaced with IR interpreter. The only half-hack was required in `PropertyReferenceLowering`. Const interpreter is running before it, so we can't optimize some calls on const properties that appear after this lowering. Solution is to inline constants manually during property reference lowering.