Fix is-expressions tests in repo mode
commitc9113f3de30c6d22aef232668323cab3eb5fd1b5
authorKunal Mehta <kunalm@fb.com>
Tue, 20 Mar 2018 17:33:42 +0000 (20 10:33 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 20 Mar 2018 17:58:53 +0000 (20 10:58 -0700)
tree7cd70675a58780cfdbfcf9af94cdc8f9a2a02a4c
parenteb83276cf5ce97b15b21baf963cd792070cd3286
Fix is-expressions tests in repo mode

Summary: The tests in `hphp/test/slow/is_expression` were failing in repo mode because the `IsNameD` bytecode was improperly implemented in HHBBC. This gives it a dummy implementation before we're able to do smarter type testing.

Reviewed By: oulgen, alexeyt

Differential Revision: D7331416

fbshipit-source-id: 268952f6e5ead997ff59a92560ade8e9dbf1e81d
hphp/hhbbc/interp.cpp