> > > Would it be possible to rename GetReturnValue() to ReturnValue()? > Embedders will be typing that a lot so briefer is better IMO. >
It's a little late for a rename, I'm afraid. If you have a lot of stuff to convert, I'd recommend wrapping the returning of values with some helper templates. I did that when converting blink, and it was very useful see: http://cs.chromium.org/v8SetReturnValue. -- -- 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.
