Skip to content

Instantly share code, notes, and snippets.

@gzm0
Created June 25, 2022 07:48
Show Gist options
  • Save gzm0/a76d1307ee3b6d1404435f6f1523936c to your computer and use it in GitHub Desktop.
Save gzm0/a76d1307ee3b6d1404435f6f1523936c to your computer and use it in GitHub Desktop.
no unused fields reversi diff
--- reversi-pre.js 2022-06-25 09:43:04.512753220 +0200
+++ reversi-post.js 2022-06-25 09:45:58.176033237 +0200
@@ -935,7 +935,6 @@
/** @constructor */
function $c_jl_Class(data0) {
this.jl_Class__f_data = null;
- this.jl_Class__f_cachedSimpleName = null;
this.jl_Class__f_data = data0
}
$c_jl_Class.prototype = new $h_O();
@@ -990,24 +989,17 @@
this.jl_FloatingPointBits$__f_java$lang$FloatingPointBits$$_areTypedArraysSupported = false;
this.jl_FloatingPointBits$__f_arrayBuffer = null;
this.jl_FloatingPointBits$__f_int32Array = null;
- this.jl_FloatingPointBits$__f_float32Array = null;
this.jl_FloatingPointBits$__f_float64Array = null;
this.jl_FloatingPointBits$__f_areTypedArraysBigEndian = false;
- this.jl_FloatingPointBits$__f_highOffset = 0;
- this.jl_FloatingPointBits$__f_lowOffset = 0;
- this.jl_FloatingPointBits$__f_floatPowsOf2 = null;
this.jl_FloatingPointBits$__f_java$lang$FloatingPointBits$$doublePowsOf2 = null;
$n_jl_FloatingPointBits$ = this;
this.jl_FloatingPointBits$__f_java$lang$FloatingPointBits$$_areTypedArraysSupported = true;
this.jl_FloatingPointBits$__f_arrayBuffer = new ArrayBuffer(8);
this.jl_FloatingPointBits$__f_int32Array = new Int32Array(this.jl_FloatingPointBits$__f_arrayBuffer, 0, 2);
- this.jl_FloatingPointBits$__f_float32Array = new Float32Array(this.jl_FloatingPointBits$__f_arrayBuffer, 0, 2);
+ new Float32Array(this.jl_FloatingPointBits$__f_arrayBuffer, 0, 2);
this.jl_FloatingPointBits$__f_float64Array = new Float64Array(this.jl_FloatingPointBits$__f_arrayBuffer, 0, 1);
this.jl_FloatingPointBits$__f_int32Array[0] = 16909060;
this.jl_FloatingPointBits$__f_areTypedArraysBigEndian = ($uB(new Int8Array(this.jl_FloatingPointBits$__f_arrayBuffer, 0, 8)[0]) === 1);
- this.jl_FloatingPointBits$__f_highOffset = (this.jl_FloatingPointBits$__f_areTypedArraysBigEndian ? 0 : 1);
- this.jl_FloatingPointBits$__f_lowOffset = (this.jl_FloatingPointBits$__f_areTypedArraysBigEndian ? 1 : 0);
- this.jl_FloatingPointBits$__f_floatPowsOf2 = null;
this.jl_FloatingPointBits$__f_java$lang$FloatingPointBits$$doublePowsOf2 = null
}
$c_jl_FloatingPointBits$.prototype = new $h_O();
@@ -2474,13 +2466,10 @@
this.Lreversi_Reversi$Square__f_y = 0;
this.Lreversi_Reversi$Square__f__owner = null;
this.Lreversi_Reversi$Square__f_onOwnerChange = null;
- this.Lreversi_Reversi$Square__f_$outer = null;
this.Lreversi_Reversi$Square__f_x = x;
this.Lreversi_Reversi$Square__f_y = y;
if ((outer === null)) {
throw null
- } else {
- this.Lreversi_Reversi$Square__f_$outer = outer
};
this.Lreversi_Reversi$Square__f__owner = $m_Lreversi_NoPlayer$();
this.Lreversi_Reversi$Square__f_onOwnerChange = new $c_sjsr_AnonFunction2(((oldP$2, newP$2) => {
@@ -2587,56 +2576,6 @@
function $f_s_Proxy__toString__T($thiz) {
return ("" + $thiz.scm_Builder$$anon$1__f_self)
}
-/** @constructor */
-function $c_sc_$colon$plus$() {
- /*<skip>*/
-}
-$c_sc_$colon$plus$.prototype = new $h_O();
-$c_sc_$colon$plus$.prototype.constructor = $c_sc_$colon$plus$;
-/** @constructor */
-function $h_sc_$colon$plus$() {
- /*<skip>*/
-}
-$h_sc_$colon$plus$.prototype = $c_sc_$colon$plus$.prototype;
-var $d_sc_$colon$plus$ = new $TypeData().initClass({
- sc_$colon$plus$: 0
-}, false, "scala.collection.$colon$plus$", {
- sc_$colon$plus$: 1,
- O: 1
-});
-$c_sc_$colon$plus$.prototype.$classData = $d_sc_$colon$plus$;
-var $n_sc_$colon$plus$;
-function $m_sc_$colon$plus$() {
- if ((!$n_sc_$colon$plus$)) {
- $n_sc_$colon$plus$ = new $c_sc_$colon$plus$()
- };
- return $n_sc_$colon$plus$
-}
-/** @constructor */
-function $c_sc_$plus$colon$() {
- /*<skip>*/
-}
-$c_sc_$plus$colon$.prototype = new $h_O();
-$c_sc_$plus$colon$.prototype.constructor = $c_sc_$plus$colon$;
-/** @constructor */
-function $h_sc_$plus$colon$() {
- /*<skip>*/
-}
-$h_sc_$plus$colon$.prototype = $c_sc_$plus$colon$.prototype;
-var $d_sc_$plus$colon$ = new $TypeData().initClass({
- sc_$plus$colon$: 0
-}, false, "scala.collection.$plus$colon$", {
- sc_$plus$colon$: 1,
- O: 1
-});
-$c_sc_$plus$colon$.prototype.$classData = $d_sc_$plus$colon$;
-var $n_sc_$plus$colon$;
-function $m_sc_$plus$colon$() {
- if ((!$n_sc_$plus$colon$)) {
- $n_sc_$plus$colon$ = new $c_sc_$plus$colon$()
- };
- return $n_sc_$plus$colon$
-}
function $is_sc_GenTraversableOnce(obj) {
return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_GenTraversableOnce)))
}
@@ -2712,31 +2651,6 @@
/*<skip>*/
}
$h_sci_HashMap$Merger.prototype = $c_sci_HashMap$Merger.prototype;
-/** @constructor */
-function $c_sci_Stream$$hash$colon$colon$() {
- /*<skip>*/
-}
-$c_sci_Stream$$hash$colon$colon$.prototype = new $h_O();
-$c_sci_Stream$$hash$colon$colon$.prototype.constructor = $c_sci_Stream$$hash$colon$colon$;
-/** @constructor */
-function $h_sci_Stream$$hash$colon$colon$() {
- /*<skip>*/
-}
-$h_sci_Stream$$hash$colon$colon$.prototype = $c_sci_Stream$$hash$colon$colon$.prototype;
-var $d_sci_Stream$$hash$colon$colon$ = new $TypeData().initClass({
- sci_Stream$$hash$colon$colon$: 0
-}, false, "scala.collection.immutable.Stream$$hash$colon$colon$", {
- sci_Stream$$hash$colon$colon$: 1,
- O: 1
-});
-$c_sci_Stream$$hash$colon$colon$.prototype.$classData = $d_sci_Stream$$hash$colon$colon$;
-var $n_sci_Stream$$hash$colon$colon$;
-function $m_sci_Stream$$hash$colon$colon$() {
- if ((!$n_sci_Stream$$hash$colon$colon$)) {
- $n_sci_Stream$$hash$colon$colon$ = new $c_sci_Stream$$hash$colon$colon$()
- };
- return $n_sci_Stream$$hash$colon$colon$
-}
function $p_sci_StreamIterator$LazyCell__v$lzycompute__sci_Stream($thiz) {
if ((!$thiz.sci_StreamIterator$LazyCell__f_bitmap$0)) {
$thiz.sci_StreamIterator$LazyCell__f_v = $as_sci_Stream($thiz.sci_StreamIterator$LazyCell__f_st.apply__O());
@@ -2750,12 +2664,9 @@
this.sci_StreamIterator$LazyCell__f_v = null;
this.sci_StreamIterator$LazyCell__f_st = null;
this.sci_StreamIterator$LazyCell__f_bitmap$0 = false;
- this.sci_StreamIterator$LazyCell__f_$outer = null;
this.sci_StreamIterator$LazyCell__f_st = st;
if ((outer === null)) {
throw null
- } else {
- this.sci_StreamIterator$LazyCell__f_$outer = outer
}
}
$c_sci_StreamIterator$LazyCell.prototype = new $h_O();
@@ -3040,31 +2951,19 @@
/** @constructor */
function $c_scm_WrappedArray$() {
this.scm_WrappedArray$__f_EmptyWrappedArray = null;
- this.scm_WrappedArray$__f_ObjectClass = null;
- this.scm_WrappedArray$__f_cbfBooleanArray = null;
- this.scm_WrappedArray$__f_cbfByteArray = null;
- this.scm_WrappedArray$__f_cbfCharArray = null;
- this.scm_WrappedArray$__f_cbfDoubleArray = null;
- this.scm_WrappedArray$__f_cbfFloatArray = null;
- this.scm_WrappedArray$__f_cbfIntArray = null;
- this.scm_WrappedArray$__f_cbfLongArray = null;
- this.scm_WrappedArray$__f_cbfShortArray = null;
- this.scm_WrappedArray$__f_cbfUnitArray = null;
- this.scm_WrappedArray$__f_cbfObjectArray = null;
$n_scm_WrappedArray$ = this;
this.scm_WrappedArray$__f_EmptyWrappedArray = new $c_scm_WrappedArray$ofRef(new $ac_O(0));
- this.scm_WrappedArray$__f_ObjectClass = $d_O.getClassOf();
- this.scm_WrappedArray$__f_cbfBooleanArray = new $c_scm_WrappedArray$$anon$1();
- this.scm_WrappedArray$__f_cbfByteArray = new $c_scm_WrappedArray$$anon$2();
- this.scm_WrappedArray$__f_cbfCharArray = new $c_scm_WrappedArray$$anon$3();
- this.scm_WrappedArray$__f_cbfDoubleArray = new $c_scm_WrappedArray$$anon$4();
- this.scm_WrappedArray$__f_cbfFloatArray = new $c_scm_WrappedArray$$anon$5();
- this.scm_WrappedArray$__f_cbfIntArray = new $c_scm_WrappedArray$$anon$6();
- this.scm_WrappedArray$__f_cbfLongArray = new $c_scm_WrappedArray$$anon$7();
- this.scm_WrappedArray$__f_cbfShortArray = new $c_scm_WrappedArray$$anon$8();
- this.scm_WrappedArray$__f_cbfUnitArray = new $c_scm_WrappedArray$$anon$9();
+ new $c_scm_WrappedArray$$anon$1();
+ new $c_scm_WrappedArray$$anon$2();
+ new $c_scm_WrappedArray$$anon$3();
+ new $c_scm_WrappedArray$$anon$4();
+ new $c_scm_WrappedArray$$anon$5();
+ new $c_scm_WrappedArray$$anon$6();
+ new $c_scm_WrappedArray$$anon$7();
+ new $c_scm_WrappedArray$$anon$8();
+ new $c_scm_WrappedArray$$anon$9();
var m = $m_s_reflect_ManifestFactory$ObjectManifest$();
- this.scm_WrappedArray$__f_cbfObjectArray = new $c_scm_WrappedArray$$anon$10(m)
+ new $c_scm_WrappedArray$$anon$10(m)
}
$c_scm_WrappedArray$.prototype = new $h_O();
$c_scm_WrappedArray$.prototype.constructor = $c_scm_WrappedArray$;
@@ -3125,86 +3024,18 @@
return $n_scm_WrappedArray$
}
/** @constructor */
-function $c_s_math_Ordered$() {
- /*<skip>*/
-}
-$c_s_math_Ordered$.prototype = new $h_O();
-$c_s_math_Ordered$.prototype.constructor = $c_s_math_Ordered$;
-/** @constructor */
-function $h_s_math_Ordered$() {
- /*<skip>*/
-}
-$h_s_math_Ordered$.prototype = $c_s_math_Ordered$.prototype;
-var $d_s_math_Ordered$ = new $TypeData().initClass({
- s_math_Ordered$: 0
-}, false, "scala.math.Ordered$", {
- s_math_Ordered$: 1,
- O: 1
-});
-$c_s_math_Ordered$.prototype.$classData = $d_s_math_Ordered$;
-var $n_s_math_Ordered$;
-function $m_s_math_Ordered$() {
- if ((!$n_s_math_Ordered$)) {
- $n_s_math_Ordered$ = new $c_s_math_Ordered$()
- };
- return $n_s_math_Ordered$
-}
-/** @constructor */
function $c_s_package$() {
- this.s_package$__f_BigDecimal = null;
- this.s_package$__f_BigInt = null;
- this.s_package$__f_AnyRef = null;
- this.s_package$__f_Traversable = null;
- this.s_package$__f_Iterable = null;
- this.s_package$__f_Seq = null;
- this.s_package$__f_IndexedSeq = null;
- this.s_package$__f_Iterator = null;
- this.s_package$__f_List = null;
- this.s_package$__f_Nil = null;
- this.s_package$__f_$colon$colon = null;
- this.s_package$__f_$plus$colon = null;
- this.s_package$__f_$colon$plus = null;
- this.s_package$__f_Stream = null;
- this.s_package$__f_$hash$colon$colon = null;
- this.s_package$__f_Vector = null;
- this.s_package$__f_StringBuilder = null;
- this.s_package$__f_Range = null;
- this.s_package$__f_Equiv = null;
- this.s_package$__f_Fractional = null;
- this.s_package$__f_Integral = null;
- this.s_package$__f_Numeric = null;
- this.s_package$__f_Ordered = null;
- this.s_package$__f_Ordering = null;
- this.s_package$__f_Either = null;
- this.s_package$__f_Left = null;
- this.s_package$__f_Right = null;
- this.s_package$__f_bitmap$0 = 0;
$n_s_package$ = this;
- this.s_package$__f_AnyRef = new $c_s_package$$anon$1();
- this.s_package$__f_Traversable = $m_sc_Traversable$();
- this.s_package$__f_Iterable = $m_sc_Iterable$();
- this.s_package$__f_Seq = $m_sc_Seq$();
- this.s_package$__f_IndexedSeq = $m_sc_IndexedSeq$();
- this.s_package$__f_Iterator = $m_sc_Iterator$();
- this.s_package$__f_List = $m_sci_List$();
- this.s_package$__f_Nil = $m_sci_Nil$();
- this.s_package$__f_$colon$colon = $m_sci_$colon$colon$();
- this.s_package$__f_$plus$colon = $m_sc_$plus$colon$();
- this.s_package$__f_$colon$plus = $m_sc_$colon$plus$();
- this.s_package$__f_Stream = $m_sci_Stream$();
- this.s_package$__f_$hash$colon$colon = $m_sci_Stream$$hash$colon$colon$();
- this.s_package$__f_Vector = $m_sci_Vector$();
- this.s_package$__f_StringBuilder = $m_scm_StringBuilder$();
- this.s_package$__f_Range = $m_sci_Range$();
- this.s_package$__f_Equiv = $m_s_math_Equiv$();
- this.s_package$__f_Fractional = $m_s_math_Fractional$();
- this.s_package$__f_Integral = $m_s_math_Integral$();
- this.s_package$__f_Numeric = $m_s_math_Numeric$();
- this.s_package$__f_Ordered = $m_s_math_Ordered$();
- this.s_package$__f_Ordering = $m_s_math_Ordering$();
- this.s_package$__f_Either = $m_s_util_Either$();
- this.s_package$__f_Left = $m_s_util_Left$();
- this.s_package$__f_Right = $m_s_util_Right$()
+ new $c_s_package$$anon$1();
+ $m_sc_Traversable$();
+ $m_sc_Iterable$();
+ $m_sc_Seq$();
+ $m_sc_IndexedSeq$();
+ $m_sc_Iterator$();
+ $m_sci_List$();
+ $m_sci_Stream$();
+ $m_sci_Vector$();
+ $m_s_math_Ordering$()
}
$c_s_package$.prototype = new $h_O();
$c_s_package$.prototype.constructor = $c_s_package$;
@@ -3229,35 +3060,12 @@
}
/** @constructor */
function $c_s_reflect_ClassManifestFactory$() {
- this.s_reflect_ClassManifestFactory$__f_Byte = null;
- this.s_reflect_ClassManifestFactory$__f_Short = null;
- this.s_reflect_ClassManifestFactory$__f_Char = null;
- this.s_reflect_ClassManifestFactory$__f_Int = null;
- this.s_reflect_ClassManifestFactory$__f_Long = null;
- this.s_reflect_ClassManifestFactory$__f_Float = null;
- this.s_reflect_ClassManifestFactory$__f_Double = null;
- this.s_reflect_ClassManifestFactory$__f_Boolean = null;
- this.s_reflect_ClassManifestFactory$__f_Unit = null;
- this.s_reflect_ClassManifestFactory$__f_Any = null;
- this.s_reflect_ClassManifestFactory$__f_Object = null;
- this.s_reflect_ClassManifestFactory$__f_AnyVal = null;
- this.s_reflect_ClassManifestFactory$__f_Nothing = null;
- this.s_reflect_ClassManifestFactory$__f_Null = null;
$n_s_reflect_ClassManifestFactory$ = this;
- this.s_reflect_ClassManifestFactory$__f_Byte = $m_s_reflect_ManifestFactory$ByteManifest$();
- this.s_reflect_ClassManifestFactory$__f_Short = $m_s_reflect_ManifestFactory$ShortManifest$();
- this.s_reflect_ClassManifestFactory$__f_Char = $m_s_reflect_ManifestFactory$CharManifest$();
- this.s_reflect_ClassManifestFactory$__f_Int = $m_s_reflect_ManifestFactory$IntManifest$();
- this.s_reflect_ClassManifestFactory$__f_Long = $m_s_reflect_ManifestFactory$LongManifest$();
- this.s_reflect_ClassManifestFactory$__f_Float = $m_s_reflect_ManifestFactory$FloatManifest$();
- this.s_reflect_ClassManifestFactory$__f_Double = $m_s_reflect_ManifestFactory$DoubleManifest$();
- this.s_reflect_ClassManifestFactory$__f_Boolean = $m_s_reflect_ManifestFactory$BooleanManifest$();
- this.s_reflect_ClassManifestFactory$__f_Unit = $m_s_reflect_ManifestFactory$UnitManifest$();
- this.s_reflect_ClassManifestFactory$__f_Any = $m_s_reflect_ManifestFactory$AnyManifest$();
- this.s_reflect_ClassManifestFactory$__f_Object = $m_s_reflect_ManifestFactory$ObjectManifest$();
- this.s_reflect_ClassManifestFactory$__f_AnyVal = $m_s_reflect_ManifestFactory$AnyValManifest$();
- this.s_reflect_ClassManifestFactory$__f_Nothing = $m_s_reflect_ManifestFactory$NothingManifest$();
- this.s_reflect_ClassManifestFactory$__f_Null = $m_s_reflect_ManifestFactory$NullManifest$()
+ $m_s_reflect_ManifestFactory$AnyManifest$();
+ $m_s_reflect_ManifestFactory$ObjectManifest$();
+ $m_s_reflect_ManifestFactory$AnyValManifest$();
+ $m_s_reflect_ManifestFactory$NothingManifest$();
+ $m_s_reflect_ManifestFactory$NullManifest$()
}
$c_s_reflect_ClassManifestFactory$.prototype = new $h_O();
$c_s_reflect_ClassManifestFactory$.prototype.constructor = $c_s_reflect_ClassManifestFactory$;
@@ -3715,8 +3523,7 @@
}
/** @constructor */
function $c_s_util_control_Breaks() {
- this.s_util_control_Breaks__f_scala$util$control$Breaks$$breakException = null;
- this.s_util_control_Breaks__f_scala$util$control$Breaks$$breakException = new $c_s_util_control_BreakControl()
+ new $c_s_util_control_BreakControl()
}
$c_s_util_control_Breaks.prototype = new $h_O();
$c_s_util_control_Breaks.prototype.constructor = $c_s_util_control_Breaks;
@@ -3996,9 +3803,6 @@
}
function $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, e, enableSuppression, writableStackTrace) {
$thiz.jl_Throwable__f_s = s;
- $thiz.jl_Throwable__f_e = e;
- $thiz.jl_Throwable__f_enableSuppression = enableSuppression;
- $thiz.jl_Throwable__f_writableStackTrace = writableStackTrace;
if (writableStackTrace) {
$thiz.fillInStackTrace__jl_Throwable()
};
@@ -4008,12 +3812,7 @@
constructor() {
super();
this.jl_Throwable__f_s = null;
- this.jl_Throwable__f_e = null;
- this.jl_Throwable__f_enableSuppression = false;
- this.jl_Throwable__f_writableStackTrace = false;
- this.jl_Throwable__f_stackTraceStateInternal = null;
- this.jl_Throwable__f_stackTrace = null;
- this.jl_Throwable__f_suppressed = null
+ this.jl_Throwable__f_stackTraceStateInternal = null
};
getMessage__T() {
return this.jl_Throwable__f_s
@@ -4123,9 +3922,8 @@
}
/** @constructor */
function $c_sc_GenMap$() {
- this.sc_GenMap$__f_ReusableCBF = null;
$n_sc_GenMap$ = this;
- this.sc_GenMap$__f_ReusableCBF = new $c_scg_GenMapFactory$MapCanBuildFrom(this)
+ new $c_scg_GenMapFactory$MapCanBuildFrom(this)
}
$c_sc_GenMap$.prototype = new $h_scg_GenMapFactory();
$c_sc_GenMap$.prototype.constructor = $c_sc_GenMap$;
@@ -4964,25 +4762,16 @@
}
/** @constructor */
function $c_s_Predef$() {
- this.s_Predef$__f_Map = null;
- this.s_Predef$__f_Set = null;
- this.s_Predef$__f_ClassManifest = null;
- this.s_Predef$__f_Manifest = null;
- this.s_Predef$__f_NoManifest = null;
- this.s_Predef$__f_StringCanBuildFrom = null;
- this.s_Predef$__f_singleton_$less$colon$less = null;
- this.s_Predef$__f_scala$Predef$$singleton_$eq$colon$eq = null;
$n_s_Predef$ = this;
$m_s_package$();
$m_sci_List$();
- this.s_Predef$__f_Map = $m_sci_Map$();
- this.s_Predef$__f_Set = $m_sci_Set$();
- this.s_Predef$__f_ClassManifest = $m_s_reflect_package$().s_reflect_package$__f_ClassManifest;
- this.s_Predef$__f_Manifest = $m_s_reflect_package$().s_reflect_package$__f_Manifest;
- this.s_Predef$__f_NoManifest = $m_s_reflect_NoManifest$();
- this.s_Predef$__f_StringCanBuildFrom = new $c_s_Predef$$anon$1();
- this.s_Predef$__f_singleton_$less$colon$less = new $c_s_Predef$$anon$2();
- this.s_Predef$__f_scala$Predef$$singleton_$eq$colon$eq = new $c_s_Predef$$anon$3()
+ $m_sci_Map$();
+ $m_sci_Set$();
+ $m_s_reflect_package$();
+ $m_s_reflect_package$();
+ new $c_s_Predef$$anon$1();
+ new $c_s_Predef$$anon$2();
+ new $c_s_Predef$$anon$3()
}
$c_s_Predef$.prototype = new $h_s_LowPriorityImplicits();
$c_s_Predef$.prototype.constructor = $c_s_Predef$;
@@ -5243,36 +5032,6 @@
}
$h_scg_ImmutableMapFactory.prototype = $c_scg_ImmutableMapFactory.prototype;
/** @constructor */
-function $c_sci_$colon$colon$() {
- /*<skip>*/
-}
-$c_sci_$colon$colon$.prototype = new $h_O();
-$c_sci_$colon$colon$.prototype.constructor = $c_sci_$colon$colon$;
-/** @constructor */
-function $h_sci_$colon$colon$() {
- /*<skip>*/
-}
-$h_sci_$colon$colon$.prototype = $c_sci_$colon$colon$.prototype;
-$c_sci_$colon$colon$.prototype.toString__T = (function() {
- return "::"
-});
-var $d_sci_$colon$colon$ = new $TypeData().initClass({
- sci_$colon$colon$: 0
-}, false, "scala.collection.immutable.$colon$colon$", {
- sci_$colon$colon$: 1,
- O: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_sci_$colon$colon$.prototype.$classData = $d_sci_$colon$colon$;
-var $n_sci_$colon$colon$;
-function $m_sci_$colon$colon$() {
- if ((!$n_sci_$colon$colon$)) {
- $n_sci_$colon$colon$ = new $c_sci_$colon$colon$()
- };
- return $n_sci_$colon$colon$
-}
-/** @constructor */
function $c_sci_List$Appender$1(outer) {
this.sci_List$Appender$1__f_h = null;
this.sci_List$Appender$1__f_t = null;
@@ -5367,8 +5126,7 @@
}
/** @constructor */
function $c_sci_Range$() {
- this.sci_Range$__f_MAX_PRINT = 0;
- this.sci_Range$__f_MAX_PRINT = 512
+ /*<skip>*/
}
$c_sci_Range$.prototype = new $h_O();
$c_sci_Range$.prototype.constructor = $c_sci_Range$;
@@ -5441,114 +5199,6 @@
function $asArrayOf_scm_Builder(obj, depth) {
return (($isArrayOf_scm_Builder(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.Builder;", depth))
}
-/** @constructor */
-function $c_scm_StringBuilder$() {
- /*<skip>*/
-}
-$c_scm_StringBuilder$.prototype = new $h_O();
-$c_scm_StringBuilder$.prototype.constructor = $c_scm_StringBuilder$;
-/** @constructor */
-function $h_scm_StringBuilder$() {
- /*<skip>*/
-}
-$h_scm_StringBuilder$.prototype = $c_scm_StringBuilder$.prototype;
-var $d_scm_StringBuilder$ = new $TypeData().initClass({
- scm_StringBuilder$: 0
-}, false, "scala.collection.mutable.StringBuilder$", {
- scm_StringBuilder$: 1,
- O: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_scm_StringBuilder$.prototype.$classData = $d_scm_StringBuilder$;
-var $n_scm_StringBuilder$;
-function $m_scm_StringBuilder$() {
- if ((!$n_scm_StringBuilder$)) {
- $n_scm_StringBuilder$ = new $c_scm_StringBuilder$()
- };
- return $n_scm_StringBuilder$
-}
-/** @constructor */
-function $c_s_math_Fractional$() {
- /*<skip>*/
-}
-$c_s_math_Fractional$.prototype = new $h_O();
-$c_s_math_Fractional$.prototype.constructor = $c_s_math_Fractional$;
-/** @constructor */
-function $h_s_math_Fractional$() {
- /*<skip>*/
-}
-$h_s_math_Fractional$.prototype = $c_s_math_Fractional$.prototype;
-var $d_s_math_Fractional$ = new $TypeData().initClass({
- s_math_Fractional$: 0
-}, false, "scala.math.Fractional$", {
- s_math_Fractional$: 1,
- O: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_s_math_Fractional$.prototype.$classData = $d_s_math_Fractional$;
-var $n_s_math_Fractional$;
-function $m_s_math_Fractional$() {
- if ((!$n_s_math_Fractional$)) {
- $n_s_math_Fractional$ = new $c_s_math_Fractional$()
- };
- return $n_s_math_Fractional$
-}
-/** @constructor */
-function $c_s_math_Integral$() {
- /*<skip>*/
-}
-$c_s_math_Integral$.prototype = new $h_O();
-$c_s_math_Integral$.prototype.constructor = $c_s_math_Integral$;
-/** @constructor */
-function $h_s_math_Integral$() {
- /*<skip>*/
-}
-$h_s_math_Integral$.prototype = $c_s_math_Integral$.prototype;
-var $d_s_math_Integral$ = new $TypeData().initClass({
- s_math_Integral$: 0
-}, false, "scala.math.Integral$", {
- s_math_Integral$: 1,
- O: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_s_math_Integral$.prototype.$classData = $d_s_math_Integral$;
-var $n_s_math_Integral$;
-function $m_s_math_Integral$() {
- if ((!$n_s_math_Integral$)) {
- $n_s_math_Integral$ = new $c_s_math_Integral$()
- };
- return $n_s_math_Integral$
-}
-/** @constructor */
-function $c_s_math_Numeric$() {
- /*<skip>*/
-}
-$c_s_math_Numeric$.prototype = new $h_O();
-$c_s_math_Numeric$.prototype.constructor = $c_s_math_Numeric$;
-/** @constructor */
-function $h_s_math_Numeric$() {
- /*<skip>*/
-}
-$h_s_math_Numeric$.prototype = $c_s_math_Numeric$.prototype;
-var $d_s_math_Numeric$ = new $TypeData().initClass({
- s_math_Numeric$: 0
-}, false, "scala.math.Numeric$", {
- s_math_Numeric$: 1,
- O: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_s_math_Numeric$.prototype.$classData = $d_s_math_Numeric$;
-var $n_s_math_Numeric$;
-function $m_s_math_Numeric$() {
- if ((!$n_s_math_Numeric$)) {
- $n_s_math_Numeric$ = new $c_s_math_Numeric$()
- };
- return $n_s_math_Numeric$
-}
function $as_s_math_ScalaNumber(obj) {
return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.math.ScalaNumber"))
}
@@ -5669,93 +5319,6 @@
});
$c_sjsr_AnonFunction2.prototype.$classData = $d_sjsr_AnonFunction2;
/** @constructor */
-function $c_s_util_Either$() {
- /*<skip>*/
-}
-$c_s_util_Either$.prototype = new $h_O();
-$c_s_util_Either$.prototype.constructor = $c_s_util_Either$;
-/** @constructor */
-function $h_s_util_Either$() {
- /*<skip>*/
-}
-$h_s_util_Either$.prototype = $c_s_util_Either$.prototype;
-var $d_s_util_Either$ = new $TypeData().initClass({
- s_util_Either$: 0
-}, false, "scala.util.Either$", {
- s_util_Either$: 1,
- O: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_s_util_Either$.prototype.$classData = $d_s_util_Either$;
-var $n_s_util_Either$;
-function $m_s_util_Either$() {
- if ((!$n_s_util_Either$)) {
- $n_s_util_Either$ = new $c_s_util_Either$()
- };
- return $n_s_util_Either$
-}
-/** @constructor */
-function $c_s_util_Left$() {
- /*<skip>*/
-}
-$c_s_util_Left$.prototype = new $h_O();
-$c_s_util_Left$.prototype.constructor = $c_s_util_Left$;
-/** @constructor */
-function $h_s_util_Left$() {
- /*<skip>*/
-}
-$h_s_util_Left$.prototype = $c_s_util_Left$.prototype;
-$c_s_util_Left$.prototype.toString__T = (function() {
- return "Left"
-});
-var $d_s_util_Left$ = new $TypeData().initClass({
- s_util_Left$: 0
-}, false, "scala.util.Left$", {
- s_util_Left$: 1,
- O: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_s_util_Left$.prototype.$classData = $d_s_util_Left$;
-var $n_s_util_Left$;
-function $m_s_util_Left$() {
- if ((!$n_s_util_Left$)) {
- $n_s_util_Left$ = new $c_s_util_Left$()
- };
- return $n_s_util_Left$
-}
-/** @constructor */
-function $c_s_util_Right$() {
- /*<skip>*/
-}
-$c_s_util_Right$.prototype = new $h_O();
-$c_s_util_Right$.prototype.constructor = $c_s_util_Right$;
-/** @constructor */
-function $h_s_util_Right$() {
- /*<skip>*/
-}
-$h_s_util_Right$.prototype = $c_s_util_Right$.prototype;
-$c_s_util_Right$.prototype.toString__T = (function() {
- return "Right"
-});
-var $d_s_util_Right$ = new $TypeData().initClass({
- s_util_Right$: 0
-}, false, "scala.util.Right$", {
- s_util_Right$: 1,
- O: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_s_util_Right$.prototype.$classData = $d_s_util_Right$;
-var $n_s_util_Right$;
-function $m_s_util_Right$() {
- if ((!$n_s_util_Right$)) {
- $n_s_util_Right$ = new $c_s_util_Right$()
- };
- return $n_s_util_Right$
-}
-/** @constructor */
function $c_s_util_control_NoStackTrace$() {
this.s_util_control_NoStackTrace$__f__noSuppression = false;
this.s_util_control_NoStackTrace$__f__noSuppression = false
@@ -6153,10 +5716,9 @@
$h_scg_SetFactory.prototype = $c_scg_SetFactory.prototype;
/** @constructor */
function $c_sci_Map$() {
- this.sci_Map$__f_ReusableCBF = null;
this.sci_Map$__f_scala$collection$immutable$Map$$Sentinel = null;
$n_sci_Map$ = this;
- this.sci_Map$__f_ReusableCBF = new $c_scg_GenMapFactory$MapCanBuildFrom(this);
+ new $c_scg_GenMapFactory$MapCanBuildFrom(this);
this.sci_Map$__f_scala$collection$immutable$Map$$Sentinel = $ct_O__(new $c_O())
}
$c_sci_Map$.prototype = new $h_scg_ImmutableMapFactory();
@@ -6191,9 +5753,7 @@
}
/** @constructor */
function $c_scm_GrowingBuilder(empty) {
- this.scm_GrowingBuilder__f_empty = null;
this.scm_GrowingBuilder__f_elems = null;
- this.scm_GrowingBuilder__f_empty = empty;
this.scm_GrowingBuilder__f_elems = empty
}
$c_scm_GrowingBuilder.prototype = new $h_O();
@@ -6248,38 +5808,9 @@
return (($isArrayOf_scm_ReusableBuilder(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ReusableBuilder;", depth))
}
/** @constructor */
-function $c_s_math_Equiv$() {
- /*<skip>*/
-}
-$c_s_math_Equiv$.prototype = new $h_O();
-$c_s_math_Equiv$.prototype.constructor = $c_s_math_Equiv$;
-/** @constructor */
-function $h_s_math_Equiv$() {
- /*<skip>*/
-}
-$h_s_math_Equiv$.prototype = $c_s_math_Equiv$.prototype;
-var $d_s_math_Equiv$ = new $TypeData().initClass({
- s_math_Equiv$: 0
-}, false, "scala.math.Equiv$", {
- s_math_Equiv$: 1,
- O: 1,
- s_math_LowPriorityEquiv: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_s_math_Equiv$.prototype.$classData = $d_s_math_Equiv$;
-var $n_s_math_Equiv$;
-function $m_s_math_Equiv$() {
- if ((!$n_s_math_Equiv$)) {
- $n_s_math_Equiv$ = new $c_s_math_Equiv$()
- };
- return $n_s_math_Equiv$
-}
-/** @constructor */
function $c_s_math_Ordering$() {
- this.s_math_Ordering$__f_scala$math$Ordering$$IntReverse = null;
$n_s_math_Ordering$ = this;
- this.s_math_Ordering$__f_scala$math$Ordering$$IntReverse = new $c_s_math_Ordering$Reverse($m_s_math_Ordering$Int$())
+ new $c_s_math_Ordering$Reverse($m_s_math_Ordering$Int$())
}
$c_s_math_Ordering$.prototype = new $h_O();
$c_s_math_Ordering$.prototype.constructor = $c_s_math_Ordering$;
@@ -6305,37 +5836,6 @@
};
return $n_s_math_Ordering$
}
-/** @constructor */
-function $c_s_reflect_NoManifest$() {
- /*<skip>*/
-}
-$c_s_reflect_NoManifest$.prototype = new $h_O();
-$c_s_reflect_NoManifest$.prototype.constructor = $c_s_reflect_NoManifest$;
-/** @constructor */
-function $h_s_reflect_NoManifest$() {
- /*<skip>*/
-}
-$h_s_reflect_NoManifest$.prototype = $c_s_reflect_NoManifest$.prototype;
-$c_s_reflect_NoManifest$.prototype.toString__T = (function() {
- return "<?>"
-});
-var $d_s_reflect_NoManifest$ = new $TypeData().initClass({
- s_reflect_NoManifest$: 0
-}, false, "scala.reflect.NoManifest$", {
- s_reflect_NoManifest$: 1,
- O: 1,
- s_reflect_OptManifest: 1,
- s_Serializable: 1,
- Ljava_io_Serializable: 1
-});
-$c_s_reflect_NoManifest$.prototype.$classData = $d_s_reflect_NoManifest$;
-var $n_s_reflect_NoManifest$;
-function $m_s_reflect_NoManifest$() {
- if ((!$n_s_reflect_NoManifest$)) {
- $n_s_reflect_NoManifest$ = new $c_s_reflect_NoManifest$()
- };
- return $n_s_reflect_NoManifest$
-}
class $c_jl_ArithmeticException extends $c_jl_RuntimeException {
constructor(s) {
super();
@@ -6826,9 +6326,8 @@
$c_sc_LinearSeqLike$$anon$1.prototype.$classData = $d_sc_LinearSeqLike$$anon$1;
/** @constructor */
function $c_sc_Set$() {
- this.sc_Set$__f_ReusableCBF = null;
$n_sc_Set$ = this;
- this.sc_Set$__f_ReusableCBF = new $c_scg_GenSetFactory$$anon$1(this)
+ new $c_scg_GenSetFactory$$anon$1(this)
}
$c_sc_Set$.prototype = new $h_scg_SetFactory();
$c_sc_Set$.prototype.constructor = $c_sc_Set$;
@@ -6862,10 +6361,9 @@
/** @constructor */
function $c_sc_Traversable$() {
this.scg_GenTraversableFactory__f_ReusableCBFInstance = null;
- this.sc_Traversable$__f_breaks = null;
$ct_scg_GenTraversableFactory__(this);
$n_sc_Traversable$ = this;
- this.sc_Traversable$__f_breaks = new $c_s_util_control_Breaks()
+ new $c_s_util_control_Breaks()
}
$c_sc_Traversable$.prototype = new $h_scg_GenTraversableFactory();
$c_sc_Traversable$.prototype.constructor = $c_sc_Traversable$;
@@ -8155,9 +7653,7 @@
$c_scm_ListBuffer$$anon$1.prototype.$classData = $d_scm_ListBuffer$$anon$1;
/** @constructor */
function $c_scm_MapBuilder(empty) {
- this.scm_MapBuilder__f_empty = null;
this.scm_MapBuilder__f_elems = null;
- this.scm_MapBuilder__f_empty = empty;
this.scm_MapBuilder__f_elems = empty
}
$c_scm_MapBuilder.prototype = new $h_O();
@@ -8202,9 +7698,7 @@
$c_scm_MapBuilder.prototype.$classData = $d_scm_MapBuilder;
/** @constructor */
function $c_scm_SetBuilder(empty) {
- this.scm_SetBuilder__f_empty = null;
this.scm_SetBuilder__f_elems = null;
- this.scm_SetBuilder__f_empty = empty;
this.scm_SetBuilder__f_elems = empty
}
$c_scm_SetBuilder.prototype = new $h_O();
@@ -8356,12 +7850,10 @@
/** @constructor */
function $c_scm_WrappedArrayBuilder(tag) {
this.scm_WrappedArrayBuilder__f_tag = null;
- this.scm_WrappedArrayBuilder__f_manifest = null;
this.scm_WrappedArrayBuilder__f_elems = null;
this.scm_WrappedArrayBuilder__f_capacity = 0;
this.scm_WrappedArrayBuilder__f_size = 0;
this.scm_WrappedArrayBuilder__f_tag = tag;
- this.scm_WrappedArrayBuilder__f_manifest = tag;
this.scm_WrappedArrayBuilder__f_capacity = 0;
this.scm_WrappedArrayBuilder__f_size = 0
}
@@ -9006,9 +8498,8 @@
$c_sci_HashSet$HashTrieSet$$anon$1.prototype.$classData = $d_sci_HashSet$HashTrieSet$$anon$1;
/** @constructor */
function $c_sci_ListMap$() {
- this.sci_ListMap$__f_ReusableCBF = null;
$n_sci_ListMap$ = this;
- this.sci_ListMap$__f_ReusableCBF = new $c_scg_GenMapFactory$MapCanBuildFrom(this)
+ new $c_scg_GenMapFactory$MapCanBuildFrom(this)
}
$c_sci_ListMap$.prototype = new $h_scg_ImmutableMapFactory();
$c_sci_ListMap$.prototype.constructor = $c_sci_ListMap$;
@@ -9041,9 +8532,8 @@
}
/** @constructor */
function $c_sci_Set$() {
- this.sci_Set$__f_ReusableCBF = null;
$n_sci_Set$ = this;
- this.sci_Set$__f_ReusableCBF = new $c_scg_GenSetFactory$$anon$1(this)
+ new $c_scg_GenSetFactory$$anon$1(this)
}
$c_sci_Set$.prototype = new $h_scg_ImmutableSetFactory();
$c_sci_Set$.prototype.constructor = $c_sci_Set$;
@@ -9762,11 +9252,10 @@
function $c_sci_HashMap$() {
this.sci_HashMap$__f__defaultMerger = null;
this.sci_HashMap$__f__concatMerger = null;
- this.sci_HashMap$__f_ReusableCBF = null;
$n_sci_HashMap$ = this;
this.sci_HashMap$__f__defaultMerger = new $c_sci_HashMap$$anon$1();
this.sci_HashMap$__f__concatMerger = new $c_sci_HashMap$$anon$3();
- this.sci_HashMap$__f_ReusableCBF = new $c_scg_GenMapFactory$MapCanBuildFrom(this)
+ new $c_scg_GenMapFactory$MapCanBuildFrom(this)
}
$c_sci_HashMap$.prototype = new $h_scg_ImmutableMapFactory();
$c_sci_HashMap$.prototype.constructor = $c_sci_HashMap$;
@@ -10263,9 +9752,8 @@
$c_sc_IndexedSeqLike$Elements.prototype.$classData = $d_sc_IndexedSeqLike$Elements;
/** @constructor */
function $c_sci_HashSet$() {
- this.sci_HashSet$__f_ReusableCBF = null;
$n_sci_HashSet$ = this;
- this.sci_HashSet$__f_ReusableCBF = new $c_scg_GenSetFactory$$anon$1(this)
+ new $c_scg_GenSetFactory$$anon$1(this)
}
$c_sci_HashSet$.prototype = new $h_scg_ImmutableSetFactory();
$c_sci_HashSet$.prototype.constructor = $c_sci_HashSet$;
@@ -10371,9 +9859,8 @@
}
/** @constructor */
function $c_sci_ListSet$() {
- this.sci_ListSet$__f_ReusableCBF = null;
$n_sci_ListSet$ = this;
- this.sci_ListSet$__f_ReusableCBF = new $c_scg_GenSetFactory$$anon$1(this)
+ new $c_scg_GenSetFactory$$anon$1(this)
}
$c_sci_ListSet$.prototype = new $h_scg_ImmutableSetFactory();
$c_sci_ListSet$.prototype.constructor = $c_sci_ListSet$;
@@ -11780,9 +11267,7 @@
});
/** @constructor */
function $c_s_reflect_ManifestFactory$ClassTypeManifest() {
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = null
+ /*<skip>*/
}
$c_s_reflect_ManifestFactory$ClassTypeManifest.prototype = new $h_O();
$c_s_reflect_ManifestFactory$ClassTypeManifest.prototype.constructor = $c_s_reflect_ManifestFactory$ClassTypeManifest;
@@ -11803,10 +11288,9 @@
/** @constructor */
function $c_sci_List$() {
this.scg_GenTraversableFactory__f_ReusableCBFInstance = null;
- this.sci_List$__f_partialNotApplied = null;
$ct_scg_GenTraversableFactory__(this);
$n_sci_List$ = this;
- this.sci_List$__f_partialNotApplied = new $c_sci_List$$anon$1()
+ new $c_sci_List$$anon$1()
}
$c_sci_List$.prototype = new $h_scg_SeqFactory();
$c_sci_List$.prototype.constructor = $c_sci_List$;
@@ -12332,9 +11816,6 @@
}
/** @constructor */
function $c_s_reflect_ManifestFactory$PhantomManifest() {
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = null;
this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null
}
$c_s_reflect_ManifestFactory$PhantomManifest.prototype = new $h_s_reflect_ManifestFactory$ClassTypeManifest();
@@ -12545,16 +12026,8 @@
}
/** @constructor */
function $c_s_reflect_ManifestFactory$AnyManifest$() {
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = null;
this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null;
- this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Any";
- var prefix = $m_s_None$();
- var typeArguments = $m_sci_Nil$();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = prefix;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = $d_O.getClassOf();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = typeArguments
+ this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Any"
}
$c_s_reflect_ManifestFactory$AnyManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest();
$c_s_reflect_ManifestFactory$AnyManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$AnyManifest$;
@@ -12594,16 +12067,8 @@
}
/** @constructor */
function $c_s_reflect_ManifestFactory$AnyValManifest$() {
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = null;
this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null;
- this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "AnyVal";
- var prefix = $m_s_None$();
- var typeArguments = $m_sci_Nil$();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = prefix;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = $d_O.getClassOf();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = typeArguments
+ this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "AnyVal"
}
$c_s_reflect_ManifestFactory$AnyValManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest();
$c_s_reflect_ManifestFactory$AnyValManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$AnyValManifest$;
@@ -12643,16 +12108,8 @@
}
/** @constructor */
function $c_s_reflect_ManifestFactory$NothingManifest$() {
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = null;
this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null;
- this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Nothing";
- var prefix = $m_s_None$();
- var typeArguments = $m_sci_Nil$();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = prefix;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = $d_sr_Nothing$.getClassOf();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = typeArguments
+ this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Nothing"
}
$c_s_reflect_ManifestFactory$NothingManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest();
$c_s_reflect_ManifestFactory$NothingManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$NothingManifest$;
@@ -12692,16 +12149,8 @@
}
/** @constructor */
function $c_s_reflect_ManifestFactory$NullManifest$() {
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = null;
this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null;
- this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Null";
- var prefix = $m_s_None$();
- var typeArguments = $m_sci_Nil$();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = prefix;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = $d_sr_Null$.getClassOf();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = typeArguments
+ this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Null"
}
$c_s_reflect_ManifestFactory$NullManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest();
$c_s_reflect_ManifestFactory$NullManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$NullManifest$;
@@ -12741,16 +12190,8 @@
}
/** @constructor */
function $c_s_reflect_ManifestFactory$ObjectManifest$() {
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = null;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = null;
this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null;
- this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Object";
- var prefix = $m_s_None$();
- var typeArguments = $m_sci_Nil$();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_prefix = prefix;
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_runtimeClass1 = $d_O.getClassOf();
- this.s_reflect_ManifestFactory$ClassTypeManifest__f_typeArguments = typeArguments
+ this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Object"
}
$c_s_reflect_ManifestFactory$ObjectManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest();
$c_s_reflect_ManifestFactory$ObjectManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$ObjectManifest$;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment