resolve HH\this in TypeStructure for type constants
commit0e480d5e09ef66166f75163c9c9f61692557473d
authorXiao Shi <xshi@fb.com>
Thu, 23 Jul 2015 22:02:36 +0000 (23 15:02 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Thu, 23 Jul 2015 22:32:27 +0000 (23 15:32 -0700)
treeae35acdbca042c6517ec8a499d1973b009cfb85e
parentd82069c164e90d1e0df57571db5156e9883f4df8
resolve HH\this in TypeStructure for type constants

Summary: resolve 'HH\this' in the type structures representing type constants in the runtime, to classes or interfaces. Depends on D2238974.

Reviewed By: @dlreeves

Differential Revision: D2250920
22 files changed:
hphp/compiler/statement/class_constant.cpp
hphp/compiler/type_annotation.cpp
hphp/compiler/type_annotation.h
hphp/hack/hhi/typestructure.hhi
hphp/runtime/base/type-structure.cpp
hphp/runtime/base/type-structure.h
hphp/runtime/ext/reflection/ext_reflection-classes.php
hphp/runtime/vm/class.cpp
hphp/runtime/vm/preclass-inl.h
hphp/runtime/vm/preclass.h
hphp/test/slow/type_annotation/type_annotation1.php
hphp/test/slow/type_annotation/type_annotation1.php.expect
hphp/test/slow/type_annotation/type_annotation_shape1.php
hphp/test/slow/type_annotation/type_annotation_shape1.php.expect
hphp/test/slow/type_annotation/type_annotation_this1.php [new file with mode: 0644]
hphp/test/slow/type_annotation/type_annotation_this1.php.expect [new file with mode: 0644]
hphp/test/slow/type_annotation/type_annotation_this2.php [new file with mode: 0644]
hphp/test/slow/type_annotation/type_annotation_this2.php.expect [new file with mode: 0644]
hphp/test/slow/type_annotation/type_annotation_this3.php [new file with mode: 0644]
hphp/test/slow/type_annotation/type_annotation_this3.php.expect [new file with mode: 0644]
hphp/test/slow/type_annotation/type_annotation_this4.php [new file with mode: 0644]
hphp/test/slow/type_annotation/type_annotation_this4.php.expect [new file with mode: 0644]