View Single Post
  #11  
Unread 10-08-2010, 07:36 AM
Kryso Kryso is offline
The Undefeated
 
Join Date: Oct 2010
Posts: 8
And now I'm lost. Current class implementation doesn't create new or copy functions for each instance, they are stored in table that acts like both prototype and instance factory thanks to metatables. Making new copy of function instead of referencing it doesn't make any sense unless we need to access parent scope.
Reply With Quote