@7mind.io/baboon 0.0.192 → 0.0.193
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/baboon.runtime.shared.-L-E-Data-Output-Stream.js +3 -3
- package/distage.-Injector$.js +21 -21
- package/fastparse.-Parsed$.js +1 -1
- package/fastparse.-Parsing-Run.js +4 -4
- package/io.circe.-Json-Object$-Linked-Hash-Map-Json-Object$$anon$5$$anon$6.js +1 -1
- package/io.circe.-Json.js +3 -3
- package/io.septimalmind.baboon.-Baboon-J-S$.js +47 -47
- package/io.septimalmind.baboon.-Baboon-Loader-J-S$-Baboon-Loader-J-S-Impl.js +2 -2
- package/io.septimalmind.baboon.-Compiler-Target$-Dt-Target.js +5 -5
- package/io.septimalmind.baboon.parser.-Baboon-Parser$-Baboon-Parser-Impl.js +3 -3
- package/io.septimalmind.baboon.parser.defns.-Def-Adt$$anonfun$1.js +1 -1
- package/io.septimalmind.baboon.parser.defns.-Def-Adt$$anonfun$3.js +1 -1
- package/io.septimalmind.baboon.parser.defns.-Def-Adt.js +104 -104
- package/io.septimalmind.baboon.parser.defns.-Def-Contract.js +26 -26
- package/io.septimalmind.baboon.parser.defns.-Def-Dto.js +198 -198
- package/io.septimalmind.baboon.parser.defns.-Def-Enum.js +58 -58
- package/io.septimalmind.baboon.parser.defns.-Def-Foreign.js +46 -46
- package/io.septimalmind.baboon.parser.defns.-Def-Meta.js +22 -22
- package/io.septimalmind.baboon.parser.defns.-Def-Model.js +170 -170
- package/io.septimalmind.baboon.parser.defns.-Def-Service.js +98 -98
- package/io.septimalmind.baboon.parser.defns.base.-Basic$.js +10 -10
- package/io.septimalmind.baboon.parser.defns.base.-Def-Docs.js +60 -60
- package/io.septimalmind.baboon.parser.defns.base.-Def-Sep.js +6 -6
- package/io.septimalmind.baboon.parser.defns.base.-Identifiers.js +5 -5
- package/io.septimalmind.baboon.parser.defns.base.-Keywords.js +6 -6
- package/io.septimalmind.baboon.parser.defns.base.-Literals$-Literals$.js +30 -30
- package/io.septimalmind.baboon.parser.model.-Raw-Adt-Member$-Drop.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Adt-Member$-Exclude.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Adt-Member$-Include.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Adt-Member$-Intersect.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Adt-Member$-Keep.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Adt-Member-Contract.js +7 -7
- package/io.septimalmind.baboon.parser.model.-Raw-Adt-Member-Dto.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Adt.js +7 -7
- package/io.septimalmind.baboon.parser.model.-Raw-Alias.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Contract.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Dto.js +7 -7
- package/io.septimalmind.baboon.parser.model.-Raw-Enum.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Foreign.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Identifier.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Namespace.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-Service.js +1 -1
- package/io.septimalmind.baboon.parser.model.-Raw-T-L-Def$-A-D-T.js +11 -11
- package/io.septimalmind.baboon.parser.model.-Raw-T-L-Def$-D-T-O.js +1 -1
- package/io.septimalmind.baboon.parser.model.issues.-Evolution-Issue$$anon$3.js +1 -1
- package/io.septimalmind.baboon.parser.model.issues.-Evolution-Issue$$anon$4.js +1 -1
- package/io.septimalmind.baboon.parser.model.issues.-Typer-Issue$.js +2 -2
- package/io.septimalmind.baboon.scheme.-Baboon-Scheme-Renderer$-Baboon-Scheme-Renderer-Impl.js +4 -4
- package/io.septimalmind.baboon.translator.csharp.-C-S-Baboon-Translator.js +24 -24
- package/io.septimalmind.baboon.translator.csharp.-C-S-Defn-Translator$-C-S-Defn-Translator-Impl.js +1 -1
- package/io.septimalmind.baboon.translator.csharp.-C-S-Json-Codec-Generator.js +3 -3
- package/io.septimalmind.baboon.translator.csharp.-C-S-Service-Wiring-Translator$-Impl.js +24 -24
- package/io.septimalmind.baboon.translator.csharp.-C-S-Types$.js +4 -4
- package/io.septimalmind.baboon.translator.csharp.-C-S-U-E-B-A-Codec-Generator.js +1 -1
- package/io.septimalmind.baboon.translator.dart.-Dt-Baboon-Translator.js +30 -30
- package/io.septimalmind.baboon.translator.dart.-Dt-Defn-Translator$-Dt-Defn-Translator-Impl.js +1 -1
- package/io.septimalmind.baboon.translator.dart.-Dt-Json-Codec-Generator.js +4 -4
- package/io.septimalmind.baboon.translator.dart.-Dt-Service-Wiring-Translator$-Impl.js +3 -3
- package/io.septimalmind.baboon.translator.dart.-Dt-U-E-B-A-Codec-Generator.js +7 -7
- package/io.septimalmind.baboon.translator.graphql.-Gql-Baboon-Translator.js +1 -1
- package/io.septimalmind.baboon.translator.java.-Jv-Baboon-Translator.js +24 -24
- package/io.septimalmind.baboon.translator.java.-Jv-Defn-Translator$-Jv-Defn-Translator-Impl.js +26 -26
- package/io.septimalmind.baboon.translator.java.-Jv-Json-Codec-Generator.js +20 -20
- package/io.septimalmind.baboon.translator.kotlin.-Kt-Baboon-Translator.js +25 -25
- package/io.septimalmind.baboon.translator.mcp.-Mcp-Input-Schema-Emitter.js +2 -2
- package/io.septimalmind.baboon.translator.openapi.-Oas-Baboon-Translator.js +2 -2
- package/io.septimalmind.baboon.translator.python.-Py-Baboon-Translator.js +25 -25
- package/io.septimalmind.baboon.translator.python.-Py-Conversion-Translator.js +1 -1
- package/io.septimalmind.baboon.translator.python.-Py-Defn-Translator$-Py-Defn-Translator-Impl.js +25 -25
- package/io.septimalmind.baboon.translator.rust.-Rs-Baboon-Translator.js +25 -25
- package/io.septimalmind.baboon.translator.scl.-Sc-Baboon-Translator.js +25 -25
- package/io.septimalmind.baboon.translator.scl.-Sc-Service-Wiring-Translator$-Impl.js +26 -26
- package/io.septimalmind.baboon.translator.swift.-Sw-Baboon-Translator.js +26 -26
- package/io.septimalmind.baboon.translator.swift.-Sw-Conversion-Translator.js +3 -3
- package/io.septimalmind.baboon.translator.swift.-Sw-Defn-Translator$-Sw-Defn-Translator-Impl.js +28 -28
- package/io.septimalmind.baboon.translator.swift.-Sw-Service-Wiring-Translator$-Impl.js +6 -6
- package/io.septimalmind.baboon.translator.swift.-Sw-Type-Translator$$anonfun$2.js +2 -2
- package/io.septimalmind.baboon.translator.swift.-Sw-Type-Translator.js +11 -11
- package/io.septimalmind.baboon.translator.typescript.-Ts-Baboon-Translator.js +24 -24
- package/io.septimalmind.baboon.translator.typescript.-Ts-Service-Wiring-Translator$-Impl.js +10 -10
- package/io.septimalmind.baboon.translator.typescript.-Ts-Types$.js +2 -2
- package/io.septimalmind.baboon.typer.-Adt-Delta-Materializer$$anonfun$5.js +3 -3
- package/io.septimalmind.baboon.typer.-Adt-Delta-Materializer.js +11 -11
- package/io.septimalmind.baboon.typer.-Adt-Inheritance-Expander$$anonfun$6.js +4 -4
- package/io.septimalmind.baboon.typer.-Adt-Inheritance-Expander.js +22 -22
- package/io.septimalmind.baboon.typer.-Baboon-Comparator$-Baboon-Comparator-Impl.js +21 -21
- package/io.septimalmind.baboon.typer.-Baboon-Family-Manager$-Baboon-Family-Manager-Impl$-Domain-Index.js.map +1 -1
- package/io.septimalmind.baboon.typer.-Baboon-Family-Manager$-Baboon-Family-Manager-Impl.js +258 -242
- package/io.septimalmind.baboon.typer.-Baboon-Family-Manager$-Baboon-Family-Manager-Impl.js.map +4 -4
- package/io.septimalmind.baboon.typer.-Baboon-Rules$-Baboon-Rules-Impl.js +6 -6
- package/io.septimalmind.baboon.typer.-Baboon-Runtime-Codec$-Baboon-Runtime-Codec-Impl.js +21 -21
- package/io.septimalmind.baboon.typer.-Baboon-Translator.js +113 -113
- package/io.septimalmind.baboon.typer.-Baboon-Typer$-Baboon-Typer-Impl.js +81 -81
- package/io.septimalmind.baboon.typer.-Component-Parsers$-Component-Parsers-Impl.js +2 -2
- package/io.septimalmind.baboon.typer.-Scope-Builder.js +19 -19
- package/io.septimalmind.baboon.typer.-Scope-Support$-Scope-Support-Impl.js +18 -18
- package/io.septimalmind.baboon.typer.-Template-Instantiator$-Impl.js +70 -70
- package/io.septimalmind.baboon.typer.-Template-Registry-Builder$-Impl.js +10 -10
- package/io.septimalmind.baboon.typer.model.-Evolution-Step.js +6 -6
- package/io.septimalmind.baboon.validator.-Baboon-Validator$-Baboon-Validator-Impl.js +62 -62
- package/izumi.distage.model.definition.dsl.-Abstract-Binding-Def-D-S-L$-Singleton-Ref.js +1 -1
- package/izumi.distage.model.definition.errors.-D-I-Error$-D-I-Result-Ext.js +2 -2
- package/izumi.distage.model.exceptions.runtime.-Missing-Instance-Exception$.js +2 -2
- package/izumi.distage.model.plan.-Plan$-D-I-Plan-Syntax$.js +1 -1
- package/izumi.distage.model.plan.repr.-Key-Minimizer.js +2 -2
- package/izumi.distage.model.plan.repr.-Type-Formatter$.js +1 -1
- package/izumi.distage.model.planning.-Activation-Choices$$anonfun$find-Unconfigured$extension$1.js +2 -2
- package/izumi.distage.model.planning.-Activation-Choices.js +3 -3
- package/izumi.distage.model.planning.-Axis-Point$-Set-Ops$.js +1 -1
- package/izumi.distage.model.planning.-Axis-Point.js +5 -5
- package/izumi.distage.model.provisioning.-Plan-Interpreter$-Failed-Provision$-Failed-Provision-Ext$.js +2 -2
- package/izumi.distage.model.provisioning.proxies.-Proxy-Dispatcher$-By-Name-Dispatcher.js +1 -1
- package/izumi.distage.model.recursive.-Locator-Ref.js +1 -1
- package/izumi.distage.model.reflection.-D-I-Key$-Id-Key.js +1 -1
- package/izumi.distage.model.reflection.-D-I-Key$-Type-Key.js +1 -1
- package/izumi.distage.model.reflection.-Safe-Type.js +1 -1
- package/izumi.distage.planning.-Binding-Translator$-Impl.js +5 -5
- package/izumi.distage.planning.-Planner-Default-Impl.js +17 -17
- package/izumi.distage.planning.-Subcontext-Handler$-Known-Activation-Handler.js +1 -1
- package/izumi.distage.planning.sequential.-Forwarding-Ref-Resolver-Default-Impl.js +3 -3
- package/izumi.distage.planning.solver.-Generic-Semigraph-Traverse.js +19 -19
- package/izumi.distage.planning.solver.-Graph-Queries.js +4 -4
- package/izumi.distage.planning.solver.-Plan-Verifier.js +9 -9
- package/izumi.distage.planning.solver.-Semigraph-Solver$-Semigraph-Solver-Impl.js +16 -16
- package/izumi.distage.provisioning.-Plan-Interpreter-Non-Sequential-Runtime-Impl.js +6 -6
- package/izumi.distage.provisioning.-Provision-Mutable.js +2 -2
- package/izumi.distage.provisioning.strategies.-Provider-Strategy-Default-Impl.js +1 -1
- package/izumi.distage.provisioning.strategies.-Proxy-Strategy-Default-Impl.js +4 -4
- package/izumi.distage.provisioning.strategies.-Resource-Strategy-Default-Impl.js +1 -1
- package/izumi.distage.provisioning.strategies.-Set-Strategy-Default-Impl.js +3 -3
- package/izumi.functional.-Iz-Either$-Either-Bi-Aggregate$.js +1 -1
- package/izumi.functional.-Iz-Either$-Either-Bi-Flat-Aggregate$.js +1 -1
- package/izumi.functional.-Iz-Either$-Either-Scalar-Ops$.js +1 -1
- package/izumi.functional.-Iz-Either$-Either-To$.js +1 -1
- package/izumi.functional.bio.-Error-Accumulating-Ops2.js +2 -2
- package/izumi.functional.bio.syntax.-Syntax2$-Monad-Ops.js +2 -2
- package/izumi.functional.lifecycle.-Lifecycle$-Syntax-Unsafe-Get$.js +1 -1
- package/izumi.functional.lifecycle.-Lifecycle$-Syntax-Use$.js +1 -1
- package/izumi.functional.lifecycle.-Lifecycle-Method-Impls$$anon$1.js +1 -1
- package/izumi.functional.lifecycle.-Lifecycle-Method-Impls$$anon$2.js +2 -2
- package/izumi.functional.quasi.-Quasi-I-O$-Quasi-I-O-Identity$.js +2 -2
- package/izumi.fundamentals.graphs.-D-A-G$.js +1 -1
- package/izumi.fundamentals.graphs.tools.-Toposort$.js +4 -4
- package/izumi.fundamentals.graphs.tools.cycles.-Cycle-Eraser.js +3 -3
- package/izumi.fundamentals.platform.-Iz-Platform$.js +1 -1
- package/izumi.fundamentals.platform.os.-Iz-Os$.js +1 -1
- package/izumi.fundamentals.platform.versions.-Version$.js +1 -1
- package/izumi.reflect.-Any-Tag.js +1 -1
- package/izumi.reflect.macrortti.-Light-Type-Tag-Inheritance$-Ctx.js +6 -6
- package/izumi.reflect.macrortti.-Light-Type-Tag-Inheritance.js +29 -29
- package/izumi.reflect.macrortti.-Light-Type-Tag.js +13 -13
- package/izumi.reflect.thirdparty.internal.boopickle.-Composite-Pickler.js +1 -1
- package/izumi.reflect.thirdparty.internal.boopickle.-Empty-Ident-Map$.js +1 -1
- package/izumi.reflect.thirdparty.internal.boopickle.-Ident-Map1.js +1 -1
- package/izumi.reflect.thirdparty.internal.boopickle.-Ident-Map2.js +1 -1
- package/izumi.reflect.thirdparty.internal.boopickle.-Ident-Map3-Plus.js +1 -1
- package/izumi.reflect.thirdparty.internal.boopickle.-J-S-String-Codec$.js +1 -1
- package/izumi.reflect.thirdparty.internal.boopickle.-String-Codec-Fast.js +3 -3
- package/java.lang.-Object.js +228 -228
- package/java.nio.charset.-I-S-O_8859_1_-And_-U-S_-A-S-C-I-I_-Common$-Decoder.js +3 -3
- package/java.nio.charset.-I-S-O_8859_1_-And_-U-S_-A-S-C-I-I_-Common$-Encoder.js +3 -3
- package/java.nio.charset.-U-T-F_8$.js +6 -6
- package/java.time.-Day-Of-Week.js +49 -49
- package/java.time.-Period.js +1 -1
- package/java.time.format.-Resolver-Style.js +1 -1
- package/java.time.format.-Sign-Style.js +1 -1
- package/java.time.format.-Text-Style.js +1 -1
- package/java.time.format.internal.-T-T-B-P-Date-Time-Formatter-Builder$-Settings-Parser.js +1 -1
- package/java.time.format.internal.-T-T-B-P-Date-Time-Formatter-Builder$-Zone-Text-Printer-Parser$$anon$1.js +2 -2
- package/java.time.format.internal.-T-T-B-P-Date-Time-Parse-Context$.js +1 -1
- package/java.time.temporal.-Chrono-Field.js +15 -15
- package/java.time.temporal.-Chrono-Unit.js +3 -3
- package/java.time.temporal.-Iso-Fields$-Field.js +1 -1
- package/java.time.temporal.-Temporal-Adjusters$-Relative-Day-Of-Week.js +2 -2
- package/java.util.-Abstract-Map$$anon$1$$anon$2.js +1 -1
- package/java.util.-Abstract-Map$-Simple-Immutable-Entry.js +1 -1
- package/java.util.-Abstract-Map$.js +3 -3
- package/java.util.-Abstract-Map.js +6 -6
- package/java.util.-Hash-Map$-Entry-Set.js +2 -2
- package/java.util.-Hash-Map$-Node.js +2 -2
- package/java.util.-Locale$-Category.js +1 -1
- package/java.util.-Locale.js +1 -1
- package/java.util.-Time-Zone.js +1 -1
- package/java.util.concurrent.-Time-Unit$$anon$1.js +1 -1
- package/java.util.concurrent.-Time-Unit$.js +6 -6
- package/java.util.concurrent.-Time-Unit.js +1 -1
- package/package.json +1 -1
- package/scala.-Option$.js +1 -1
- package/scala.-Partial-Function$-Lifted.js +2 -2
- package/scala.concurrent.-Future$.js +1 -1
- package/scala.util.-Either$-Mergeable-Either$.js +1 -1
- package/scala.util.parsing.input.-Offset-Position.js +1 -1
|
@@ -5,7 +5,7 @@ import * as $j_java$002elang$002e$002dObject from "./java.lang.-Object.js";
|
|
|
5
5
|
var $p;
|
|
6
6
|
function $f_Lizumi_reflect_AnyTag__hasPreciseClass__Z($thiz) {
|
|
7
7
|
try {
|
|
8
|
-
return ($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__shortNameImpl__T($thiz.dH().
|
|
8
|
+
return ($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__shortNameImpl__T($thiz.dH().jL()) === $thiz.aN4().CF());
|
|
9
9
|
} catch (e) {
|
|
10
10
|
var e$2 = ((e instanceof $j_java$002elang$002e$002dObject.$c_jl_Throwable) ? e : new $j_java$002elang$002e$002dObject.$c_sjs_js_JavaScriptException(e));
|
|
11
11
|
if (false) {
|
|
@@ -4,9 +4,9 @@ var $p;
|
|
|
4
4
|
/** @constructor */
|
|
5
5
|
function $c_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx(logger, self) {
|
|
6
6
|
this.z7 = null;
|
|
7
|
-
this.
|
|
7
|
+
this.jt = null;
|
|
8
8
|
this.z7 = logger;
|
|
9
|
-
this.
|
|
9
|
+
this.jt = self;
|
|
10
10
|
}
|
|
11
11
|
export { $c_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx as $c_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx };
|
|
12
12
|
$p = $c_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx.prototype = new $j_java$002elang$002e$002dObject.$h_O();
|
|
@@ -17,7 +17,7 @@ function $h_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx() {
|
|
|
17
17
|
export { $h_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx as $h_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx };
|
|
18
18
|
$h_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx.prototype = $p;
|
|
19
19
|
$p.je = (function() {
|
|
20
|
-
return new $c_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx(this.z7.byp(1), this.
|
|
20
|
+
return new $c_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx(this.z7.byp(1), this.jt);
|
|
21
21
|
});
|
|
22
22
|
$p.w = (function() {
|
|
23
23
|
return "Ctx";
|
|
@@ -32,7 +32,7 @@ $p.y = (function(x$1) {
|
|
|
32
32
|
break;
|
|
33
33
|
}
|
|
34
34
|
case 1: {
|
|
35
|
-
return this.
|
|
35
|
+
return this.jt;
|
|
36
36
|
break;
|
|
37
37
|
}
|
|
38
38
|
default: {
|
|
@@ -71,8 +71,8 @@ $p.b = (function(x$1) {
|
|
|
71
71
|
var x = this.z7;
|
|
72
72
|
var x$2 = x$1.z7;
|
|
73
73
|
if ((x === x$2)) {
|
|
74
|
-
var x$3 = this.
|
|
75
|
-
var x$4 = x$1.
|
|
74
|
+
var x$3 = this.jt;
|
|
75
|
+
var x$4 = x$1.jt;
|
|
76
76
|
return (x$3 === x$4);
|
|
77
77
|
} else {
|
|
78
78
|
return false;
|
|
@@ -48,7 +48,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__compareBounds__Liz
|
|
|
48
48
|
if ((t instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$Boundaries$Defined)) {
|
|
49
49
|
var tLow = t.qq;
|
|
50
50
|
var tUp = t.lY;
|
|
51
|
-
return (($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$(), ctx.
|
|
51
|
+
return (($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$(), ctx.jt.jI(ctx.je(), s, tUp)) && ($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$(), ctx.jt.jI(ctx.je(), tLow, s)));
|
|
52
52
|
} else if (($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagRef$Boundaries$Empty$() === t)) {
|
|
53
53
|
return true;
|
|
54
54
|
} else {
|
|
@@ -138,7 +138,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__compareDecl__Lizum
|
|
|
138
138
|
var l = x0.C();
|
|
139
139
|
var r = x0.D();
|
|
140
140
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
141
|
-
res = ctx.
|
|
141
|
+
res = ctx.jt.jI(ctx.je(), r, l);
|
|
142
142
|
break matchEnd9;
|
|
143
143
|
}
|
|
144
144
|
throw new $j_java$002elang$002e$002dObject.$c_s_MatchError(x0);
|
|
@@ -150,7 +150,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__compareDecl__Lizum
|
|
|
150
150
|
}
|
|
151
151
|
if ($x_1) {
|
|
152
152
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
153
|
-
return ctx.
|
|
153
|
+
return ctx.jt.jI(ctx.je(), lout, rout);
|
|
154
154
|
} else {
|
|
155
155
|
return false;
|
|
156
156
|
}
|
|
@@ -368,7 +368,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__compareParameteriz
|
|
|
368
368
|
while ((!these.f())) {
|
|
369
369
|
var x0$19 = these.d();
|
|
370
370
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
371
|
-
if (ctx.
|
|
371
|
+
if (ctx.jt.jI(ctx.je(), x0$19, that)) {
|
|
372
372
|
return true;
|
|
373
373
|
}
|
|
374
374
|
these = these.e();
|
|
@@ -482,7 +482,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__oneOfParameterized
|
|
|
482
482
|
}
|
|
483
483
|
return parents.co(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x$7$2) => {
|
|
484
484
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
485
|
-
return ctx.
|
|
485
|
+
return ctx.jt.jI(ctx.je(), x$7$2, parent);
|
|
486
486
|
})));
|
|
487
487
|
}
|
|
488
488
|
export { $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__oneOfParameterizedParentsIsInheritedFrom__Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference__Z as $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__oneOfParameterizedParentsIsInheritedFrom__Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference__Z };
|
|
@@ -577,7 +577,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__oneOfUnparameteriz
|
|
|
577
577
|
while (((!res) && it.o())) {
|
|
578
578
|
var x0$8 = it.m();
|
|
579
579
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
580
|
-
res = ctx.
|
|
580
|
+
res = ctx.jt.jI(ctx.je(), x0$8, parent);
|
|
581
581
|
}
|
|
582
582
|
return res;
|
|
583
583
|
}
|
|
@@ -635,7 +635,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__parametersConform$
|
|
|
635
635
|
var bottom = x1$5.qq;
|
|
636
636
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
637
637
|
var thatT0 = ps.iG;
|
|
638
|
-
var $x_1 = ctx$4.
|
|
638
|
+
var $x_1 = ctx$4.jt.jI(ctx$4.je(), bottom, thatT0);
|
|
639
639
|
} else {
|
|
640
640
|
if (($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagRef$Boundaries$Empty$() !== x1$5)) {
|
|
641
641
|
throw new $j_java$002elang$002e$002dObject.$c_s_MatchError(x1$5);
|
|
@@ -646,7 +646,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__parametersConform$
|
|
|
646
646
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
647
647
|
var selfT0 = pt.iG;
|
|
648
648
|
var thatT0$1 = ps.iG;
|
|
649
|
-
var $x_1 = ctx$4.
|
|
649
|
+
var $x_1 = ctx$4.jt.jI(ctx$4.je(), selfT0, thatT0$1);
|
|
650
650
|
}
|
|
651
651
|
} else {
|
|
652
652
|
if (($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagRef$Variance$Covariant$() !== x1$2)) {
|
|
@@ -659,7 +659,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__parametersConform$
|
|
|
659
659
|
var top = x1$7.lY;
|
|
660
660
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
661
661
|
var selfT0$1 = ps.iG;
|
|
662
|
-
var $x_1 = ctx$4.
|
|
662
|
+
var $x_1 = ctx$4.jt.jI(ctx$4.je(), selfT0$1, top);
|
|
663
663
|
} else {
|
|
664
664
|
if (($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagRef$Boundaries$Empty$() !== x1$7)) {
|
|
665
665
|
throw new $j_java$002elang$002e$002dObject.$c_s_MatchError(x1$7);
|
|
@@ -670,7 +670,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__parametersConform$
|
|
|
670
670
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
671
671
|
var selfT0$2 = ps.iG;
|
|
672
672
|
var thatT0$2 = pt.iG;
|
|
673
|
-
var $x_1 = ctx$4.
|
|
673
|
+
var $x_1 = ctx$4.jt.jI(ctx$4.je(), selfT0$2, thatT0$2);
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
} else {
|
|
@@ -719,15 +719,15 @@ $p.bcB = (function() {
|
|
|
719
719
|
return this.ape;
|
|
720
720
|
});
|
|
721
721
|
$p.oO = (function() {
|
|
722
|
-
var st = this.ad1.
|
|
723
|
-
var ot = this.ad0.
|
|
722
|
+
var st = this.ad1.jL();
|
|
723
|
+
var ot = this.ad0.jL();
|
|
724
724
|
var this$2 = $j_izumi$002ereflect$002einternal$002efundamentals$002eplatform$002econsole$002e$002dTrivial$002dLogger$0024.$m_Lizumi_reflect_internal_fundamentals_platform_console_TrivialLogger$();
|
|
725
725
|
var config = $j_izumi$002ereflect$002einternal$002efundamentals$002eplatform$002econsole$002e$002dTrivial$002dLogger$0024$002dConfig$0024.$m_Lizumi_reflect_internal_fundamentals_platform_console_TrivialLogger$Config$().bpi();
|
|
726
726
|
var logMessages = (config.YD || this$2.b6U.adK);
|
|
727
727
|
var logger = new $j_izumi$002ereflect$002einternal$002efundamentals$002eplatform$002econsole$002e$002dTrivial$002dLogger$002dImpl.$c_Lizumi_reflect_internal_fundamentals_platform_console_TrivialLoggerImpl(config, $d_Lizumi_reflect_macrortti_LightTypeTagInheritance.l().CF(), logMessages, 0);
|
|
728
728
|
if (logger.EO) {
|
|
729
729
|
var $x_11 = $j_java$002elang$002e$002dSystem$0024$002dStreams$0024.$m_jl_System$Streams$().ES;
|
|
730
|
-
var s = ((logger.EN + ": ") + $j_java$002elang$002e$002dObject.$m_sc_StringOps$().aX(((((((("\u2699\ufe0f Inheritance check: " + $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__reprImpl__T(this.ad1.
|
|
730
|
+
var s = ((logger.EN + ": ") + $j_java$002elang$002e$002dObject.$m_sc_StringOps$().aX(((((((("\u2699\ufe0f Inheritance check: " + $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__reprImpl__T(this.ad1.jL())) + " <?< ") + $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__reprImpl__T(this.ad0.jL())) + "\n |\u26a1\ufe0fbases: ") + $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTRenderables$Long__renderDb__sci_Map__T($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LTTRenderables$Long$(), $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__basesdb__sci_Map(this))) + "\n |\u26a1\ufe0finheritance: ") + $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTRenderables$Long__renderDb__sci_Map__T($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LTTRenderables$Long$(), $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__idb__sci_Map(this))), 124));
|
|
731
731
|
var delta = logger.EP;
|
|
732
732
|
var shift = $j_java$002elang$002e$002dObject.$m_sc_StringOps$().fr("> ", delta);
|
|
733
733
|
var $x_10 = $j_java$002elang$002e$002dObject.$m_s_Predef$();
|
|
@@ -808,9 +808,9 @@ $p.oO = (function() {
|
|
|
808
808
|
}
|
|
809
809
|
$x_11.l9($j_java$002elang$002e$002dObject.$f_sc_IterableOnceOps__mkString__T__T__T__T($x_10.bl(ys), "", "\n", ""));
|
|
810
810
|
}
|
|
811
|
-
return this.
|
|
811
|
+
return this.jI(new $j_izumi$002ereflect$002emacrortti$002e$002dLight$002dType$002dTag$002dInheritance$0024$002dCtx.$c_Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx(logger, this), st, ot);
|
|
812
812
|
});
|
|
813
|
-
$p.
|
|
813
|
+
$p.jI = (function(ctx, selfT, thatT) {
|
|
814
814
|
var this$1 = ctx.z7;
|
|
815
815
|
if (this$1.EO) {
|
|
816
816
|
var $x_11 = $j_java$002elang$002e$002dSystem$0024$002dStreams$0024.$m_jl_System$Streams$().ES;
|
|
@@ -978,7 +978,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
978
978
|
var t$5 = x1.b6;
|
|
979
979
|
if ((s$6 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$Lambda)) {
|
|
980
980
|
if ((t$5 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$WildcardReference)) {
|
|
981
|
-
var result = this.
|
|
981
|
+
var result = this.jI(ctx.je(), s$6.nz, t$5);
|
|
982
982
|
break matchEnd45;
|
|
983
983
|
}
|
|
984
984
|
}
|
|
@@ -990,7 +990,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
990
990
|
var top$2 = x1$4.lY;
|
|
991
991
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
992
992
|
var ctx$1 = ctx.je();
|
|
993
|
-
var result = ctx$1.
|
|
993
|
+
var result = ctx$1.jt.jI(ctx$1.je(), top$2, t$6);
|
|
994
994
|
break matchEnd45;
|
|
995
995
|
} else {
|
|
996
996
|
if (($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagRef$Boundaries$Empty$() !== x1$4)) {
|
|
@@ -1036,7 +1036,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1036
1036
|
if ((x1$1 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$Boundaries$Defined)) {
|
|
1037
1037
|
var sUp = x1$1.lY;
|
|
1038
1038
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1039
|
-
var result = ctx.
|
|
1039
|
+
var result = ctx.jt.jI(ctx.je(), sUp, t$10);
|
|
1040
1040
|
break matchEnd45;
|
|
1041
1041
|
} else {
|
|
1042
1042
|
if (($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagRef$Boundaries$Empty$() !== x1$1)) {
|
|
@@ -1052,7 +1052,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1052
1052
|
var t$11 = x1.b6;
|
|
1053
1053
|
if ($j_izumi$002ereflect$002emacrortti$002e$002dLight$002dType$002dTag$002dRef$0024$002dApplied$002dNamed$002dReference.$is_Lizumi_reflect_macrortti_LightTypeTagRef$AppliedNamedReference(s$12)) {
|
|
1054
1054
|
if ((t$11 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$Lambda)) {
|
|
1055
|
-
var result = this.
|
|
1055
|
+
var result = this.jI(ctx.je(), s$12, t$11.nz);
|
|
1056
1056
|
break matchEnd45;
|
|
1057
1057
|
}
|
|
1058
1058
|
}
|
|
@@ -1060,7 +1060,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1060
1060
|
var t$12 = x1.b6;
|
|
1061
1061
|
if ((s$13 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$Lambda)) {
|
|
1062
1062
|
if ($j_izumi$002ereflect$002emacrortti$002e$002dLight$002dType$002dTag$002dRef$0024$002dApplied$002dNamed$002dReference.$is_Lizumi_reflect_macrortti_LightTypeTagRef$AppliedNamedReference(t$12)) {
|
|
1063
|
-
var result = this.
|
|
1063
|
+
var result = this.jI(ctx.je(), s$13.nz, t$12);
|
|
1064
1064
|
break matchEnd45;
|
|
1065
1065
|
}
|
|
1066
1066
|
}
|
|
@@ -1068,7 +1068,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1068
1068
|
var o = x1.b6;
|
|
1069
1069
|
if ((s$14 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$Lambda)) {
|
|
1070
1070
|
if ((o instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$Lambda)) {
|
|
1071
|
-
var result = ((s$14.ie.G() === o.ie.G()) && this.
|
|
1071
|
+
var result = ((s$14.ie.G() === o.ie.G()) && this.jI(ctx.je(), s$14.Qg(), o.Qg()));
|
|
1072
1072
|
break matchEnd45;
|
|
1073
1073
|
}
|
|
1074
1074
|
}
|
|
@@ -1078,7 +1078,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1078
1078
|
if ((t$13 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$IntersectionReference)) {
|
|
1079
1079
|
var result = t$13.ny.eQ(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x26) => ((p$2) => x26.ny.co(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((p) => ((c$2) => {
|
|
1080
1080
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1081
|
-
return ctx.
|
|
1081
|
+
return ctx.jt.jI(ctx.je(), c$2, p);
|
|
1082
1082
|
}))(p$2)))))(s$15)));
|
|
1083
1083
|
break matchEnd45;
|
|
1084
1084
|
}
|
|
@@ -1089,7 +1089,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1089
1089
|
if ((t$14 !== null)) {
|
|
1090
1090
|
var result = s$16.ny.co(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((c$2$1) => {
|
|
1091
1091
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1092
|
-
return ctx.
|
|
1092
|
+
return ctx.jt.jI(ctx.je(), c$2$1, t$14);
|
|
1093
1093
|
})));
|
|
1094
1094
|
break matchEnd45;
|
|
1095
1095
|
}
|
|
@@ -1100,7 +1100,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1100
1100
|
if ((o$2 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$IntersectionReference)) {
|
|
1101
1101
|
var result = o$2.ny.eQ(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((t$15$2) => {
|
|
1102
1102
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1103
|
-
return ctx.
|
|
1103
|
+
return ctx.jt.jI(ctx.je(), s$17, t$15$2);
|
|
1104
1104
|
})));
|
|
1105
1105
|
break matchEnd45;
|
|
1106
1106
|
}
|
|
@@ -1111,7 +1111,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1111
1111
|
if ((t$16 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$UnionReference)) {
|
|
1112
1112
|
var result = s$18.nB.eQ(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x33) => ((c$3$2) => x33.nB.co(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((c) => ((p$2$1) => {
|
|
1113
1113
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1114
|
-
return ctx.
|
|
1114
|
+
return ctx.jt.jI(ctx.je(), c, p$2$1);
|
|
1115
1115
|
}))(c$3$2)))))(t$16)));
|
|
1116
1116
|
break matchEnd45;
|
|
1117
1117
|
}
|
|
@@ -1122,7 +1122,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1122
1122
|
if ((t$17 !== null)) {
|
|
1123
1123
|
var result = s$19.nB.eQ(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((c$4$2) => {
|
|
1124
1124
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1125
|
-
return ctx.
|
|
1125
|
+
return ctx.jt.jI(ctx.je(), c$4$2, t$17);
|
|
1126
1126
|
})));
|
|
1127
1127
|
break matchEnd45;
|
|
1128
1128
|
}
|
|
@@ -1133,7 +1133,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1133
1133
|
if ((o$3 instanceof $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$c_Lizumi_reflect_macrortti_LightTypeTagRef$UnionReference)) {
|
|
1134
1134
|
var result = o$3.nB.co(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((t$18$2) => {
|
|
1135
1135
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1136
|
-
return ctx.
|
|
1136
|
+
return ctx.jt.jI(ctx.je(), s$20, t$18$2);
|
|
1137
1137
|
})));
|
|
1138
1138
|
break matchEnd45;
|
|
1139
1139
|
}
|
|
@@ -1145,7 +1145,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1145
1145
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1146
1146
|
var selfT0 = s$21.op;
|
|
1147
1147
|
var thatT0 = t$19.op;
|
|
1148
|
-
if (ctx.
|
|
1148
|
+
if (ctx.jt.jI(ctx.je(), selfT0, thatT0)) {
|
|
1149
1149
|
var result = $p_Lizumi_reflect_macrortti_LightTypeTagInheritance__compareDecls__Lizumi_reflect_macrortti_LightTypeTagInheritance$Ctx__sci_Set__sci_Set__Z(this, ctx.je(), s$21.uN, t$19.uN);
|
|
1150
1150
|
break matchEnd45;
|
|
1151
1151
|
} else {
|
|
@@ -1160,7 +1160,7 @@ $p.jH = (function(ctx, selfT, thatT) {
|
|
|
1160
1160
|
if ((t$20 !== null)) {
|
|
1161
1161
|
$j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$m_Lizumi_reflect_macrortti_LightTypeTagInheritance$();
|
|
1162
1162
|
var selfT0$1 = s$22.op;
|
|
1163
|
-
var result = ctx.
|
|
1163
|
+
var result = ctx.jt.jI(ctx.je(), selfT0$1, t$20);
|
|
1164
1164
|
break matchEnd45;
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
@@ -52,7 +52,7 @@ function $p_Lizumi_reflect_macrortti_LightTypeTag__idb$lzycompute__sci_Map($thiz
|
|
|
52
52
|
export { $p_Lizumi_reflect_macrortti_LightTypeTag__idb$lzycompute__sci_Map as $p_Lizumi_reflect_macrortti_LightTypeTag__idb$lzycompute__sci_Map };
|
|
53
53
|
function $p_Lizumi_reflect_macrortti_LightTypeTag__hashcode$lzycompute__I($thiz) {
|
|
54
54
|
if (((((4 & $thiz.rF) << 24) >> 24) === 0)) {
|
|
55
|
-
$thiz.YH = Math.imul(31, $thiz.
|
|
55
|
+
$thiz.YH = Math.imul(31, $thiz.jL().s());
|
|
56
56
|
$thiz.rF = (((4 | $thiz.rF) << 24) >> 24);
|
|
57
57
|
}
|
|
58
58
|
return $thiz.YH;
|
|
@@ -114,24 +114,24 @@ $p.Kd = (function() {
|
|
|
114
114
|
return (((((2 & this.rF) << 24) >> 24) === 0) ? $p_Lizumi_reflect_macrortti_LightTypeTag__idb$lzycompute__sci_Map(this) : this.YI);
|
|
115
115
|
});
|
|
116
116
|
$p.boM = (function(args) {
|
|
117
|
-
var argRefs = args.U(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x$3$2) => x$3$2.
|
|
117
|
+
var argRefs = args.U(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x$3$2) => x$3$2.jL())));
|
|
118
118
|
var appliedBases = this.Co().hh(new $j_java$002elang$002e$002dObject.$c_sc_Iterator$$anon$7(this.Co().t(), new $j_izumi$002ereflect$002emacrortti$002e$002dLight$002dType$002dTag$0024$0024anonfun$00241.$c_Lizumi_reflect_macrortti_LightTypeTag$$anonfun$1(this, argRefs)));
|
|
119
119
|
$m_Lizumi_reflect_macrortti_LightTypeTag$();
|
|
120
|
-
return new $c_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__combineImpl__sci_Seq__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference(this.
|
|
120
|
+
return new $c_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__combineImpl__sci_Seq__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference(this.jL(), argRefs), new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction0$002e$0024$0024$002dLambda$002492a2e254bbb9c06a0a02fc31abab59c51c18ecc1.$c_sjsr_AnonFunction0_$$Lambda$92a2e254bbb9c06a0a02fc31abab59c51c18ecc1((() => $p_Lizumi_reflect_macrortti_LightTypeTag__mergedBasesDB$1__sci_Map__sci_Seq__sci_Map(this, appliedBases, args))), new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction0$002e$0024$0024$002dLambda$002492a2e254bbb9c06a0a02fc31abab59c51c18ecc1.$c_sjsr_AnonFunction0_$$Lambda$92a2e254bbb9c06a0a02fc31abab59c51c18ecc1((() => $p_Lizumi_reflect_macrortti_LightTypeTag__mergedInheritanceDb$1__sci_Seq__sci_Map(this, args))));
|
|
121
121
|
});
|
|
122
122
|
$p.boN = (function(args) {
|
|
123
|
-
var argRefs = args.U(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x$6$2) => (x$6$2.f() ? $j_java$002elang$002e$002dObject.$m_s_None$() : new $j_java$002elang$002e$002dObject.$c_s_Some(x$6$2.I().
|
|
123
|
+
var argRefs = args.U(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x$6$2) => (x$6$2.f() ? $j_java$002elang$002e$002dObject.$m_s_None$() : new $j_java$002elang$002e$002dObject.$c_s_Some(x$6$2.I().jL())))));
|
|
124
124
|
var appliedBases = this.Co().hh(new $j_java$002elang$002e$002dObject.$c_sc_Iterator$$anon$7(this.Co().t(), new $j_izumi$002ereflect$002emacrortti$002e$002dLight$002dType$002dTag$0024$0024anonfun$00243.$c_Lizumi_reflect_macrortti_LightTypeTag$$anonfun$3(this, argRefs)));
|
|
125
125
|
$m_Lizumi_reflect_macrortti_LightTypeTag$();
|
|
126
|
-
return new $c_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__combineNonPosImpl__sci_Seq__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference(this.
|
|
126
|
+
return new $c_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__combineNonPosImpl__sci_Seq__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference(this.jL(), argRefs), new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction0$002e$0024$0024$002dLambda$002492a2e254bbb9c06a0a02fc31abab59c51c18ecc1.$c_sjsr_AnonFunction0_$$Lambda$92a2e254bbb9c06a0a02fc31abab59c51c18ecc1((() => $p_Lizumi_reflect_macrortti_LightTypeTag__mergedBasesDB$2__sci_Map__sci_Seq__sci_Map(this, appliedBases, args))), new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction0$002e$0024$0024$002dLambda$002492a2e254bbb9c06a0a02fc31abab59c51c18ecc1.$c_sjsr_AnonFunction0_$$Lambda$92a2e254bbb9c06a0a02fc31abab59c51c18ecc1((() => $p_Lizumi_reflect_macrortti_LightTypeTag__mergedInheritanceDb$2__sci_Seq__sci_Map(this, args))));
|
|
127
127
|
});
|
|
128
128
|
$p.bjz = (function() {
|
|
129
129
|
$m_Lizumi_reflect_macrortti_LightTypeTag$();
|
|
130
|
-
var this$1 = this.
|
|
130
|
+
var this$1 = this.jL();
|
|
131
131
|
return new $c_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag($j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$p_Lizumi_reflect_macrortti_LTTSyntax__go$1__Lizumi_reflect_macrortti_LightTypeTagRef__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference(this$1, this$1), new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction0$002e$0024$0024$002dLambda$002492a2e254bbb9c06a0a02fc31abab59c51c18ecc1.$c_sjsr_AnonFunction0_$$Lambda$92a2e254bbb9c06a0a02fc31abab59c51c18ecc1((() => $j_java$002elang$002e$002dObject.$m_sci_Map$().aE(new $j_scala$002ecollection$002e$002dAbstract$002dMap$002dView.$c_sc_MapView$MapValues(this.Co(), new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x$12$2) => x$12$2.U(new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction1$002e$0024$0024$002dLambda$00243aa60c34ef08a878abffbf4628007cc68fa3c7ab.$c_sjsr_AnonFunction1_$$Lambda$3aa60c34ef08a878abffbf4628007cc68fa3c7ab(((x$13$2) => $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$p_Lizumi_reflect_macrortti_LTTSyntax__go$1__Lizumi_reflect_macrortti_LightTypeTagRef__Lizumi_reflect_macrortti_LightTypeTagRef$AbstractReference(x$13$2, x$13$2))))))).t()))), new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction0$002e$0024$0024$002dLambda$002492a2e254bbb9c06a0a02fc31abab59c51c18ecc1.$c_sjsr_AnonFunction0_$$Lambda$92a2e254bbb9c06a0a02fc31abab59c51c18ecc1((() => this.Kd())));
|
|
132
132
|
});
|
|
133
133
|
$p.bjb = (function() {
|
|
134
|
-
var this$4 = $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__typeArgsImpl__sci_List(this.
|
|
134
|
+
var this$4 = $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__typeArgsImpl__sci_List(this.jL());
|
|
135
135
|
var f = ((x$14$2) => {
|
|
136
136
|
$m_Lizumi_reflect_macrortti_LightTypeTag$();
|
|
137
137
|
return new $c_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag(x$14$2, new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction0$002e$0024$0024$002dLambda$002492a2e254bbb9c06a0a02fc31abab59c51c18ecc1.$c_sjsr_AnonFunction0_$$Lambda$92a2e254bbb9c06a0a02fc31abab59c51c18ecc1((() => this.Co())), new $j_scala$002escalajs$002eruntime$002e$002dAnon$002dFunction0$002e$0024$0024$002dLambda$002492a2e254bbb9c06a0a02fc31abab59c51c18ecc1.$c_sjsr_AnonFunction0_$$Lambda$92a2e254bbb9c06a0a02fc31abab59c51c18ecc1((() => this.Kd())));
|
|
@@ -154,12 +154,12 @@ $p.bjb = (function() {
|
|
|
154
154
|
}
|
|
155
155
|
});
|
|
156
156
|
$p.l = (function() {
|
|
157
|
-
return $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__toStringImpl__T(this.
|
|
157
|
+
return $j_izumi$002ereflect$002emacrortti$002e$002dL$002dT$002dT$002dOrdering.$f_Lizumi_reflect_macrortti_LTTSyntax__toStringImpl__T(this.jL());
|
|
158
158
|
});
|
|
159
159
|
$p.b = (function(other) {
|
|
160
160
|
if ((other instanceof $c_Lizumi_reflect_macrortti_LightTypeTag)) {
|
|
161
|
-
var x = this.
|
|
162
|
-
var x$2 = other.
|
|
161
|
+
var x = this.jL();
|
|
162
|
+
var x$2 = other.jL();
|
|
163
163
|
return ((x === null) ? (x$2 === null) : x.b(x$2));
|
|
164
164
|
} else {
|
|
165
165
|
return false;
|
|
@@ -1623,7 +1623,7 @@ $h_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTag230Plus.prototype = $
|
|
|
1623
1623
|
$p.s = (function() {
|
|
1624
1624
|
return this.b8H;
|
|
1625
1625
|
});
|
|
1626
|
-
$p.
|
|
1626
|
+
$p.jL = (function() {
|
|
1627
1627
|
return ((!this.aFh) ? $p_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTag230Plus__ref$lzycompute__Lizumi_reflect_macrortti_LightTypeTagRef(this) : this.aFi);
|
|
1628
1628
|
});
|
|
1629
1629
|
$p.b = (function(other) {
|
|
@@ -1674,7 +1674,7 @@ function $h_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTagOldOrPre230(
|
|
|
1674
1674
|
}
|
|
1675
1675
|
export { $h_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTagOldOrPre230 as $h_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTagOldOrPre230 };
|
|
1676
1676
|
$h_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTagOldOrPre230.prototype = $p;
|
|
1677
|
-
$p.
|
|
1677
|
+
$p.jL = (function() {
|
|
1678
1678
|
return ((!this.aFj) ? $p_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTagOldOrPre230__ref$lzycompute__Lizumi_reflect_macrortti_LightTypeTagRef(this) : this.aFk);
|
|
1679
1679
|
});
|
|
1680
1680
|
var $d_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTagOldOrPre230 = new $j_java$002elang$002e$002dObject.$TypeData().i($c_Lizumi_reflect_macrortti_LightTypeTag$ParsedLightTypeTagOldOrPre230, "izumi.reflect.macrortti.LightTypeTag$ParsedLightTypeTagOldOrPre230", ({
|
|
@@ -1703,7 +1703,7 @@ function $h_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag() {
|
|
|
1703
1703
|
}
|
|
1704
1704
|
export { $h_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag as $h_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag };
|
|
1705
1705
|
$h_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag.prototype = $p;
|
|
1706
|
-
$p.
|
|
1706
|
+
$p.jL = (function() {
|
|
1707
1707
|
return this.b8J;
|
|
1708
1708
|
});
|
|
1709
1709
|
var $d_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag = new $j_java$002elang$002e$002dObject.$TypeData().i($c_Lizumi_reflect_macrortti_LightTypeTag$UnparsedLightTypeTag, "izumi.reflect.macrortti.LightTypeTag$UnparsedLightTypeTag", ({
|
|
@@ -4,7 +4,7 @@ import * as $j_java$002elang$002e$002dObject from "./java.lang.-Object.js";
|
|
|
4
4
|
var $p;
|
|
5
5
|
function $p_Lizumi_reflect_thirdparty_internal_boopickle_CompositePickler__addPickler__Lizumi_reflect_thirdparty_internal_boopickle_Pickler__s_reflect_ClassTag__V($thiz, pickler, tag) {
|
|
6
6
|
var clz = tag.iW();
|
|
7
|
-
if ((!$thiz.IL.
|
|
7
|
+
if ((!$thiz.IL.jD(clz).f())) {
|
|
8
8
|
throw $j_java$002elang$002e$002dObject.$ct_jl_IllegalArgumentException__T__(new $j_java$002elang$002e$002dObject.$c_jl_IllegalArgumentException(), (("Cannot add same class (" + clz.cw.N) + ") twice to a composite pickler"));
|
|
9
9
|
}
|
|
10
10
|
$thiz.IL = $thiz.IL.R1(clz);
|
|
@@ -14,7 +14,7 @@ function $h_Lizumi_reflect_thirdparty_internal_boopickle_EmptyIdentMap$() {
|
|
|
14
14
|
}
|
|
15
15
|
export { $h_Lizumi_reflect_thirdparty_internal_boopickle_EmptyIdentMap$ as $h_Lizumi_reflect_thirdparty_internal_boopickle_EmptyIdentMap$ };
|
|
16
16
|
$h_Lizumi_reflect_thirdparty_internal_boopickle_EmptyIdentMap$.prototype = $p;
|
|
17
|
-
$p.
|
|
17
|
+
$p.jD = (function(obj) {
|
|
18
18
|
return $j_java$002elang$002e$002dObject.$m_s_None$();
|
|
19
19
|
});
|
|
20
20
|
$p.R1 = (function(obj) {
|
|
@@ -16,7 +16,7 @@ function $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap1() {
|
|
|
16
16
|
}
|
|
17
17
|
export { $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap1 as $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap1 };
|
|
18
18
|
$h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap1.prototype = $p;
|
|
19
|
-
$p.
|
|
19
|
+
$p.jD = (function(obj) {
|
|
20
20
|
return (Object.is(obj, this.aFK) ? new $j_java$002elang$002e$002dObject.$c_s_Some(2) : $j_java$002elang$002e$002dObject.$m_s_None$());
|
|
21
21
|
});
|
|
22
22
|
$p.R1 = (function(obj) {
|
|
@@ -18,7 +18,7 @@ function $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap2() {
|
|
|
18
18
|
}
|
|
19
19
|
export { $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap2 as $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap2 };
|
|
20
20
|
$h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap2.prototype = $p;
|
|
21
|
-
$p.
|
|
21
|
+
$p.jD = (function(obj) {
|
|
22
22
|
return (Object.is(obj, this.aFL) ? new $j_java$002elang$002e$002dObject.$c_s_Some(2) : (Object.is(obj, this.aFM) ? new $j_java$002elang$002e$002dObject.$c_s_Some(3) : $j_java$002elang$002e$002dObject.$m_s_None$()));
|
|
23
23
|
});
|
|
24
24
|
$p.R1 = (function(obj) {
|
|
@@ -47,7 +47,7 @@ function $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap3Plus() {
|
|
|
47
47
|
}
|
|
48
48
|
export { $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap3Plus as $h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap3Plus };
|
|
49
49
|
$h_Lizumi_reflect_thirdparty_internal_boopickle_IdentMap3Plus.prototype = $p;
|
|
50
|
-
$p.
|
|
50
|
+
$p.jD = (function(obj) {
|
|
51
51
|
var hash = $j_java$002elang$002e$002dObject.$systemIdentityHashCode(obj);
|
|
52
52
|
var h = $j_scala$002eutil$002ehashing$002epackage$0024.$m_s_util_hashing_package$().aN0(hash);
|
|
53
53
|
var tableIdx = ((((h >> 16) ^ (h >> 8)) ^ h) & (((-1) + this.EQ) | 0));
|
|
@@ -18,7 +18,7 @@ function $h_Lizumi_reflect_thirdparty_internal_boopickle_JSStringCodec$() {
|
|
|
18
18
|
export { $h_Lizumi_reflect_thirdparty_internal_boopickle_JSStringCodec$ as $h_Lizumi_reflect_thirdparty_internal_boopickle_JSStringCodec$ };
|
|
19
19
|
$h_Lizumi_reflect_thirdparty_internal_boopickle_JSStringCodec$.prototype = $p;
|
|
20
20
|
$p.aNd = (function(len, buf) {
|
|
21
|
-
return (((buf.ha !== null) && (!buf.
|
|
21
|
+
return (((buf.ha !== null) && (!buf.jv)) ? this.bpQ(len, buf) : this.bpR(len, buf));
|
|
22
22
|
});
|
|
23
23
|
$p.bpR = (function(len, buf) {
|
|
24
24
|
var cp = new Array(len);
|
|
@@ -18,14 +18,14 @@ $p.bpQ = (function(len, buf) {
|
|
|
18
18
|
if ((a === null)) {
|
|
19
19
|
throw $j_java$002elang$002e$002dObject.$ct_jl_UnsupportedOperationException__(new $j_java$002elang$002e$002dObject.$c_jl_UnsupportedOperationException());
|
|
20
20
|
}
|
|
21
|
-
if (buf.
|
|
21
|
+
if (buf.jv) {
|
|
22
22
|
throw new $j_java$002elang$002e$002dObject.$c_Ljava_nio_ReadOnlyBufferException();
|
|
23
23
|
}
|
|
24
24
|
var o = buf.k3;
|
|
25
25
|
if ((o === (-1))) {
|
|
26
26
|
throw $j_java$002elang$002e$002dObject.$ct_jl_UnsupportedOperationException__(new $j_java$002elang$002e$002dObject.$c_jl_UnsupportedOperationException());
|
|
27
27
|
}
|
|
28
|
-
if (buf.
|
|
28
|
+
if (buf.jv) {
|
|
29
29
|
throw new $j_java$002elang$002e$002dObject.$c_Ljava_nio_ReadOnlyBufferException();
|
|
30
30
|
}
|
|
31
31
|
var offset = ((o + buf.bw) | 0);
|
|
@@ -52,7 +52,7 @@ $p.bpQ = (function(len, buf) {
|
|
|
52
52
|
if ((o$1 === (-1))) {
|
|
53
53
|
throw $j_java$002elang$002e$002dObject.$ct_jl_UnsupportedOperationException__(new $j_java$002elang$002e$002dObject.$c_jl_UnsupportedOperationException());
|
|
54
54
|
}
|
|
55
|
-
if (buf.
|
|
55
|
+
if (buf.jv) {
|
|
56
56
|
throw new $j_java$002elang$002e$002dObject.$c_Ljava_nio_ReadOnlyBufferException();
|
|
57
57
|
}
|
|
58
58
|
$j_java$002elang$002e$002dObject.$c_Ljava_nio_Buffer.prototype.d3.call(buf, (($x_1 - o$1) | 0));
|