Add ThrowMustBeMutableException to s_callMapnightly-2021.04.06
commit99abadcd1778c8ed5769e6cb229c8c2a4100376e
authorKaty Voor <voork@fb.com>
Tue, 6 Apr 2021 02:14:09 +0000 (5 19:14 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 6 Apr 2021 02:16:01 +0000 (5 19:16 -0700)
treeab6687e62946bdcc4f5520ac67a4c58508bfda2b
parent96710b3a93237e82ce47741c9cac6f54910c60df
Add ThrowMustBeMutableException to s_callMap

Summary:
The signature of the call actually needs to be Class*, StringData*.
This fixes that, and enables the test case that covers this path.

Reviewed By: ricklavoie

Differential Revision: D27548651

fbshipit-source-id: 55448bb0454a6594e21c84802d92dce3f1cc0f7e
hphp/runtime/vm/jit/irgen-minstr.cpp
hphp/runtime/vm/jit/irlower-exception.cpp
hphp/runtime/vm/jit/native-calls.cpp
hphp/runtime/vm/runtime.cpp
hphp/runtime/vm/runtime.h
hphp/test/slow/readonly/querym.hhas.norepo [deleted file]