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