cocos2d-js Detect mouse hover

Hi, I’m trying to catch when a certain sprite, etc. has the mouse hovered over it.

How would I go about doing this in cocos2d-js?
I notice ‘onMouseDown’, but no ‘onMouseHover’