autorelease method

NSObject autorelease()

Implementation

NSObject autorelease() {
  return performSync(SEL('autorelease'));
}