Functions as Hash Keys

Testing if function objects can be used as keys in javascript arrays.

toString is called and that is used as the key. That means both all functions are flattened to the same key and any properties of the function object are lost.