JsArray<E> splice([int? start, int? deleteCount]) => jsu.callMethod(this, 'splice', [start, deleteCount]);