Which of these 3 is the fastest (least CPU cycles) on the AVM2 in ActionScript 3?
Object(instance).constructor
(instance as Object).constructor
instance["constructor"]
I would do some tests, but I have no idea how to accurately profile that kind of thing.