I spent a very long time debugging an issue before I realized that "name" was a built-in attribute name on a Function. All I got was that there was a "duplicate name %" (a bug I'd filed) and via the debugger that the duplicate name was "name".
Not being a javascript expert, it took a very long time to realize that "name" was being set automatically as part of Function. Something more specific about it conflicting with a pseudo-reserved word would be awesome -- even if just in the debug builds. Thank you. -- -- 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.
