Make Property and Constant initializers static
commit54ec78925d3c1b1b01310aa4c71a924c759fb2b3
authorKaty Voor <voork@fb.com>
Wed, 15 Jun 2022 20:01:32 +0000 (15 13:01 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 15 Jun 2022 20:01:32 +0000 (15 13:01 -0700)
tree5fe6ca3dc49073aab5b2e90ff719694847d73f85
parentecc79ea482e283ec644a87e5f45ac739554b879e
Make Property and Constant initializers static

Summary: We need to make property and constant initializers static. I believe we need this because they live in the UnitEmitter and 'refcount' doesn't really make sense.

Reviewed By: edwinsmith

Differential Revision: D37177880

fbshipit-source-id: 7c52e714d50f8d64d66447004e175a058d12b92b
hphp/runtime/vm/hackc-translator.cpp