On Mon, 24 Nov 2008 03:03:51 am august wrote:
> My problem is that I get a segfault if the onmousedown is called when
> it hasn't been set in the javascript.   Is there anyway to tell from the
> C++ side if the onmousedown function has been set in the ecmascript?

Do you mean
        if (!onmousedown.IsEmpty() && ...)
        {
        }

-- 
Anthony Shipman                    Mamas don't let your babies 
[EMAIL PROTECTED]                   grow up to be outsourced.

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to