On Fri, Jun 1, 2018 at 4:22 PM, A.M. <[email protected]> wrote: > As for the arbitrary number, it has no usefulness on its own - unless I can > link it back to the script that triggered the exception with this message, > how would you possibly use almost a random value that has no relation to the > script that triggered that exception?
I use it for matching stack frames (v8::StackFrame::GetScriptId()) to scripts, to know what frames are worth inspecting (user scripts vs. non-user scripts.) -- -- 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.
