When running Call Object Method with empty object and isHover it fails with cryptic (Arguments: [ b'' | 'isHover' ]):
class java.lang.String has no method "isHover" with arguments []
It should check that object is valid and fail with meaningful error.