Hi all, Is there a point in the v8 code where a JavaScript Function quits at runtime? What I have found in execution.cc Invoke(): CALL_GENERATED_CODE(..) seems to call the compiled binary code of the whole JS code(include many functions).Can I separate every function's end point at some point?
Thank! -- -- 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/d/optout.
