REVISED-REVISED-REVISED
In r9445 Leo added code to special-case the get_*_keyed_int
and set_*_keyed_int methods for parrot objects.
This patch (which replaces the patch I sent earlier in #37430)
adds support for the other *_keyed_int methods (needed for PGE).
The patch also updates the corresponding test in t/pmc/object_meths.t .
Sorry for the double-patch submission; I didn't realize I would need the
other *_keyed_int methods as well.
Pm