factory JSValue.makeNull(JSContext ctx, {bool autoDispose = true}) => JSValue.alloc(ctx, JSTag.UNDEFINED, int32: 0, autoDispose: autoDispose);