On Tue, Jun 23, 2009 at 10:44 AM, Darin Adler<da...@apple.com> wrote:
> Perhaps it's possible to write a test that both checks which global object
> is used for every constructor, and checks that the test covers all
> constructors at the same time. Maybe there is a practical way to iterate the
> constructors, as long as we create an exception list of objects that look
> like constructors but are not.
>
> Tests are the bests.

I'd be happy to write this test.  Is there a good way to tell if
something is a constructor versus a function?  I guess we can try
calling all the global functions as constructors and see what happens.

Adam
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to