]> git.saurik.com Git - cycript.git/commit - ObjectiveC/Library.mm
Added Instance constructor instance (for Instance.prototype), implemented Type class...
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 15 Oct 2009 07:33:09 +0000 (07:33 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 15 Oct 2009 07:33:09 +0000 (07:33 +0000)
commitbce8339b629582dd04df0570468ac746adc0fcf7
treef47b580269684e17bf86d98c27bf6d31b8651fc8
parent967067aad721ea46d36b756333ac2dd8183eb571
Added Instance constructor instance (for Instance.prototype), implemented Type class, refactored memory management of Type_privateData, fixed a couple missing spaces in serialization (such as 'newnew'), and dealt with the extra bad exceptions that weren't being caught (unrecognized selectors).
Library.mm
Output.cpp