> I don't think we ever used the ID provided in ScriptOrigin. I also don't know why it's there.
It's good to know. Thanks for confirming, Yang. Given this, is there a reliable way to associate the script ID returned from `v8::Message::GetScriptOrigin`? As of no I just subtract 10 from the value to arrive at my script number in the compilation order. I would prefer to avoid using this hard-coded value. Even if there's some value in the v8 headers I can use for this base, it would be better. Andre -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" 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.
