Hi, all

    Some code like this

    function1() {
     no HandleScope here
    new some Handle here
    do something
    }

   function2() {
   HandleScope here
   function1()
   do something
   }

  when calling function2, there is memory leak or not?

  Thanks

--
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to