factor out state into its own file
commitb9724703d7a36b9219bf097c2625db21937f75c7
authorDominik Gabi <dominik@fb.com>
Wed, 8 Sep 2021 03:36:36 +0000 (7 20:36 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 8 Sep 2021 03:38:55 +0000 (7 20:38 -0700)
tree326525c7b9b3c89261962de1a142775f6cecab3e
parent77f3647632fdec08093c3b51d04c1e6d2a195715
factor out state into its own file

Summary: This is about to get a bit more complicated to handle attribute accesses.

Reviewed By: ricklavoie

Differential Revision: D30687807

fbshipit-source-id: 6dd33c6bfbffb565861d4b80535ae3ec2823549b
hphp/runtime/vm/taint/interpreter.cpp
hphp/runtime/vm/taint/interpreter.h
hphp/runtime/vm/taint/state.cpp [new file with mode: 0644]
hphp/runtime/vm/taint/state.h [new file with mode: 0644]