On Tue, Feb 25, 2014 at 10:14 AM, Jane Chen <[email protected]> wrote: > I'm implementing a native function in V8. When I throw an error, I'd like > to include the line number in the JavaScript where my function is called. > Is there a way for me to get that?
Isn't the line number part of the stack trace? Maybe I'm misunderstanding your intent. -- -- 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.
