e150671d40
This is in preparation for saving a Func* on the class to fix the perf. It turns out Properties were never used on a single class in the IDL so HHVM never implemented them. Now it does. This diff was a perfect exercise in "change very few lines but finding which lines to change takes hours".