Is there anything we need to do in the V8 code to help find and deal
with such problems? Can you provide a simple test case where
forgetting a return Handle<Value>() in a callback function leads to
the crash you described?

Cheers,
Kasper

On Sat, Oct 25, 2008 at 10:42 AM, Anthony Shipman <[EMAIL PROTECTED]> wrote:
>
> having just sent this, I've found the bug in my program.
> Don't forget the
>        return Handle<Value>();
> at the end of callback functions. g++ generates incorrect code and only warns
> you if ask it to.
>
> >
>

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

Reply via email to