Remove $this from decl_vars
commit2133353ef5a7356a88ec416b32d48cf9a92a42a3
authorOguz Ulgen <oulgen@fb.com>
Tue, 22 Sep 2020 05:57:19 +0000 (21 22:57 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 22 Sep 2020 06:00:25 +0000 (21 23:00 -0700)
treee509431c240790db900b1e1b2b89421612ba39bc
parenta4ba89d303fb6008e07186cdcf7fb71c92f288e0
Remove $this from decl_vars

Summary: We no longer need $this on the decl_vars since we can no longer write to it.

Reviewed By: paulbiss

Differential Revision: D23715113

fbshipit-source-id: d9cb1093d43c5af88b7bc435893935459dfdf2c3
hphp/hack/src/hhbc/closure_convert.rs
hphp/hack/src/hhbc/decl_vars.rs
hphp/hack/src/hhbc/emit_body.rs
hphp/hack/src/hhbc/emit_memoize_function.rs
hphp/hack/src/hhbc/emit_memoize_method.rs
hphp/test/quick/debugger/stack1.php.expectf