NSObject constructor

NSObject([
  1. Class? isa
])

Implementation

NSObject([Class? isa]) : super(_new(isa)) {
  bindLifecycleForObject(this);
}