kaitai-struct-compiler 0.11.0-SNAPSHOT20240302.135815.89cf9b7 → 0.11.0-SNAPSHOT20240303.235100.7be4a2b
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/kaitai-struct-compiler.js +61 -128
- package/package.json +1 -1
|
@@ -2974,8 +2974,8 @@ function $m_Lio_kaitai_struct_Utils$() {
|
|
|
2974
2974
|
function $c_Lio_kaitai_struct_Version$() {
|
|
2975
2975
|
this.Lio_kaitai_struct_Version$__f_version = null;
|
|
2976
2976
|
this.Lio_kaitai_struct_Version$__f_gitTime = null;
|
|
2977
|
-
this.Lio_kaitai_struct_Version$__f_version = "0.11-
|
|
2978
|
-
this.Lio_kaitai_struct_Version$__f_gitTime = "2024-03-
|
|
2977
|
+
this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20240303.235100.7be4a2b";
|
|
2978
|
+
this.Lio_kaitai_struct_Version$__f_gitTime = "2024-03-03T23:51:00+00:00"
|
|
2979
2979
|
}
|
|
2980
2980
|
$c_Lio_kaitai_struct_Version$.prototype = new $h_O();
|
|
2981
2981
|
$c_Lio_kaitai_struct_Version$.prototype.constructor = $c_Lio_kaitai_struct_Version$;
|
|
@@ -18677,18 +18677,18 @@ function $c_Lio_kaitai_struct_precompile_CanonicalizeEncodingNames$() {
|
|
|
18677
18677
|
var aliases = $as_sci_Set($n(x0$1).T2__f__2);
|
|
18678
18678
|
return $as_sci_Set($n(aliases).map__F1__O(new $c_sjsr_AnonFunction1(((alias$2) => {
|
|
18679
18679
|
var alias = $as_T(alias$2);
|
|
18680
|
-
var this$
|
|
18681
|
-
return new $c_T2($as_T(this$
|
|
18680
|
+
var this$3 = $n(alias);
|
|
18681
|
+
return new $c_T2($as_T(this$3.toUpperCase()), canonical)
|
|
18682
18682
|
}))))
|
|
18683
18683
|
} else {
|
|
18684
18684
|
throw new $c_s_MatchError(x0$1)
|
|
18685
18685
|
}
|
|
18686
18686
|
}))));
|
|
18687
|
-
var this$
|
|
18688
|
-
this.Lio_kaitai_struct_precompile_CanonicalizeEncodingNames$__f_aliasToCanonical = $as_sci_Map($n($$x1).$plus$plus__sc_IterableOnce__sc_IterableOps($as_sc_IterableOnce($n(this$
|
|
18687
|
+
var this$4 = $n($m_Lio_kaitai_struct_EncodingList$().Lio_kaitai_struct_EncodingList$__f_canonicalToAlias);
|
|
18688
|
+
this.Lio_kaitai_struct_precompile_CanonicalizeEncodingNames$__f_aliasToCanonical = $as_sci_Map($n($$x1).$plus$plus__sc_IterableOnce__sc_IterableOps($as_sc_IterableOnce($n(this$4.keySet__sc_Set()).map__F1__O(new $c_sjsr_AnonFunction1(((x$2) => {
|
|
18689
18689
|
var x = $as_T(x$2);
|
|
18690
|
-
var this$
|
|
18691
|
-
var self = $as_T(this$
|
|
18690
|
+
var this$6 = $n(x);
|
|
18691
|
+
var self = $as_T(this$6.toUpperCase());
|
|
18692
18692
|
return new $c_T2(self, x)
|
|
18693
18693
|
}))))))
|
|
18694
18694
|
}
|
|
@@ -18704,8 +18704,8 @@ $c_Lio_kaitai_struct_precompile_CanonicalizeEncodingNames$.prototype.canonicaliz
|
|
|
18704
18704
|
return new $c_T2(original, $m_s_None$())
|
|
18705
18705
|
} else {
|
|
18706
18706
|
var $$x1 = $n(this.Lio_kaitai_struct_precompile_CanonicalizeEncodingNames$__f_aliasToCanonical);
|
|
18707
|
-
var this$
|
|
18708
|
-
var x1 = $n($$x1).get__O__s_Option($as_T(this$
|
|
18707
|
+
var this$2 = $n(original);
|
|
18708
|
+
var x1 = $n($$x1).get__O__s_Option($as_T(this$2.toUpperCase()));
|
|
18709
18709
|
if ((x1 instanceof $c_s_Some)) {
|
|
18710
18710
|
var x2 = $as_s_Some(x1);
|
|
18711
18711
|
var canonical = $as_T($n(x2).s_Some__f_value);
|
|
@@ -19671,8 +19671,7 @@ function $f_Lio_kaitai_struct_translators_CommonMethods__translateAttribute__Lio
|
|
|
19671
19671
|
} else if ((valType instanceof $c_Lio_kaitai_struct_datatype_DataType$IntType)) {
|
|
19672
19672
|
var x1$5 = $n(attr).Lio_kaitai_struct_exprlang_Ast$identifier__f_name;
|
|
19673
19673
|
if ((x1$5 === "to_s")) {
|
|
19674
|
-
|
|
19675
|
-
return $thiz.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__O(value, new $c_Lio_kaitai_struct_exprlang_Ast$expr$IntNum(this$2.apply__I__s_math_BigInt(10)))
|
|
19674
|
+
return $thiz.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O(value)
|
|
19676
19675
|
} else {
|
|
19677
19676
|
throw new $c_s_MatchError(x1$5)
|
|
19678
19677
|
}
|
|
@@ -51242,10 +51241,6 @@ $c_Lio_kaitai_struct_translators_ExpressionValidator.prototype.strSubstring__Lio
|
|
|
51242
51241
|
this.validate__Lio_kaitai_struct_exprlang_Ast$expr__V(from);
|
|
51243
51242
|
this.validate__Lio_kaitai_struct_exprlang_Ast$expr__V(to)
|
|
51244
51243
|
});
|
|
51245
|
-
$c_Lio_kaitai_struct_translators_ExpressionValidator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__V = (function(value, num) {
|
|
51246
|
-
this.validate__Lio_kaitai_struct_exprlang_Ast$expr__V(value);
|
|
51247
|
-
this.validate__Lio_kaitai_struct_exprlang_Ast$expr__V(num)
|
|
51248
|
-
});
|
|
51249
51244
|
$c_Lio_kaitai_struct_translators_ExpressionValidator.prototype.byteSizeOfValue__T__Lio_kaitai_struct_datatype_DataType__O = (function(attrName, valType) {
|
|
51250
51245
|
$m_Lio_kaitai_struct_translators_CommonSizeOf$().getBitsSizeOfType__T__Lio_kaitai_struct_datatype_DataType__I(attrName, valType)
|
|
51251
51246
|
});
|
|
@@ -51282,8 +51277,8 @@ $c_Lio_kaitai_struct_translators_ExpressionValidator.prototype.kaitaiStreamSize_
|
|
|
51282
51277
|
$c_Lio_kaitai_struct_translators_ExpressionValidator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
51283
51278
|
this.validate__Lio_kaitai_struct_exprlang_Ast$expr__V(value)
|
|
51284
51279
|
});
|
|
51285
|
-
$c_Lio_kaitai_struct_translators_ExpressionValidator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
51286
|
-
this.
|
|
51280
|
+
$c_Lio_kaitai_struct_translators_ExpressionValidator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
51281
|
+
this.validate__Lio_kaitai_struct_exprlang_Ast$expr__V(value)
|
|
51287
51282
|
});
|
|
51288
51283
|
$c_Lio_kaitai_struct_translators_ExpressionValidator.prototype.bytesToStr__Lio_kaitai_struct_exprlang_Ast$expr__T__O = (function(value, encoding) {
|
|
51289
51284
|
this.validate__Lio_kaitai_struct_exprlang_Ast$expr__V(value)
|
|
@@ -81799,9 +81794,7 @@ $c_Lio_kaitai_struct_translators_BaseTranslator.prototype.doInterpolatedStringLi
|
|
|
81799
81794
|
$c_Lio_kaitai_struct_translators_BaseTranslator.prototype.anyToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(value) {
|
|
81800
81795
|
var x1 = this.detectType__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_datatype_DataType(value);
|
|
81801
81796
|
if ((x1 instanceof $c_Lio_kaitai_struct_datatype_DataType$IntType)) {
|
|
81802
|
-
|
|
81803
|
-
var base = new $c_Lio_kaitai_struct_exprlang_Ast$expr$IntNum(this$1.apply__I__s_math_BigInt(10));
|
|
81804
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__T(value, base)
|
|
81797
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
81805
81798
|
} else if ((x1 instanceof $c_Lio_kaitai_struct_datatype_DataType$StrType)) {
|
|
81806
81799
|
return this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
81807
81800
|
} else {
|
|
@@ -82431,10 +82424,10 @@ $c_Lio_kaitai_struct_translators_GoTranslator.prototype.strToInt__Lio_kaitai_str
|
|
|
82431
82424
|
$c_Lio_kaitai_struct_translators_GoTranslator.prototype.strSubstring__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_translators_TranslatorResult = (function(s, from, to) {
|
|
82432
82425
|
return new $c_Lio_kaitai_struct_translators_ResultString((((((this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(s) + "[") + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(from)) + ":") + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(to)) + "]"))
|
|
82433
82426
|
});
|
|
82434
|
-
$c_Lio_kaitai_struct_translators_GoTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
82427
|
+
$c_Lio_kaitai_struct_translators_GoTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_translators_TranslatorResult = (function(value) {
|
|
82435
82428
|
var this$1 = $n(this.Lio_kaitai_struct_translators_GoTranslator__f_importList);
|
|
82436
82429
|
$m_Lio_kaitai_struct_Utils$().addUniqueAttr__scm_ListBuffer__O__V(this$1.Lio_kaitai_struct_ImportList__f_list, "strconv");
|
|
82437
|
-
return new $c_Lio_kaitai_struct_translators_ResultString(((
|
|
82430
|
+
return new $c_Lio_kaitai_struct_translators_ResultString((("strconv.Itoa(int64(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(value)) + "))"))
|
|
82438
82431
|
});
|
|
82439
82432
|
$c_Lio_kaitai_struct_translators_GoTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_translators_ResultString = (function(value) {
|
|
82440
82433
|
return new $c_Lio_kaitai_struct_translators_ResultString((("int(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(value)) + ")"))
|
|
@@ -82634,8 +82627,8 @@ $c_Lio_kaitai_struct_translators_GoTranslator.prototype.kaitaiStreamSize__Lio_ka
|
|
|
82634
82627
|
$c_Lio_kaitai_struct_translators_GoTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
82635
82628
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_translators_ResultString(value)
|
|
82636
82629
|
});
|
|
82637
|
-
$c_Lio_kaitai_struct_translators_GoTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
82638
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
82630
|
+
$c_Lio_kaitai_struct_translators_GoTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
82631
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_translators_TranslatorResult(value)
|
|
82639
82632
|
});
|
|
82640
82633
|
$c_Lio_kaitai_struct_translators_GoTranslator.prototype.strSubstring__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(s, from, to) {
|
|
82641
82634
|
return this.strSubstring__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_translators_TranslatorResult(s, from, to)
|
|
@@ -84301,10 +84294,8 @@ $c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.strToInt__Lio_kaitai
|
|
|
84301
84294
|
$c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
84302
84295
|
return (("(long) (" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ")")
|
|
84303
84296
|
});
|
|
84304
|
-
$c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84305
|
-
|
|
84306
|
-
$m_Lio_kaitai_struct_Utils$().addUniqueAttr__scm_ListBuffer__O__V(this$1.Lio_kaitai_struct_ImportList__f_list, "System");
|
|
84307
|
-
return (((("Convert.ToString((long) (" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + "), ") + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(base)) + ")")
|
|
84297
|
+
$c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
84298
|
+
return (("(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ").ToString()")
|
|
84308
84299
|
});
|
|
84309
84300
|
$c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
84310
84301
|
return (((("System.Text.Encoding.GetEncoding(\"" + encoding) + "\").GetString(") + bytesExpr) + ")")
|
|
@@ -84375,8 +84366,8 @@ $c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.strReverse__Lio_kait
|
|
|
84375
84366
|
$c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.strLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(s) {
|
|
84376
84367
|
return this.strLength__Lio_kaitai_struct_exprlang_Ast$expr__T(s)
|
|
84377
84368
|
});
|
|
84378
|
-
$c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84379
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84369
|
+
$c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
84370
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
84380
84371
|
});
|
|
84381
84372
|
$c_Lio_kaitai_struct_translators_CSharpTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
84382
84373
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -84533,8 +84524,8 @@ $c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.boolToInt__Lio_k
|
|
|
84533
84524
|
$c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
84534
84525
|
return (("Math.trunc(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ")")
|
|
84535
84526
|
});
|
|
84536
|
-
$c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84537
|
-
return ((
|
|
84527
|
+
$c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
84528
|
+
return (("(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ").toString()")
|
|
84538
84529
|
});
|
|
84539
84530
|
$c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
84540
84531
|
return (((("KaitaiStream.bytesToStr(" + bytesExpr) + ", \"") + encoding) + "\")")
|
|
@@ -84594,8 +84585,8 @@ $c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.strReverse__Lio_
|
|
|
84594
84585
|
$c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.strLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(s) {
|
|
84595
84586
|
return this.strLength__Lio_kaitai_struct_exprlang_Ast$expr__T(s)
|
|
84596
84587
|
});
|
|
84597
|
-
$c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84598
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84588
|
+
$c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
84589
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
84599
84590
|
});
|
|
84600
84591
|
$c_Lio_kaitai_struct_translators_JavaScriptTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
84601
84592
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -84813,8 +84804,8 @@ $c_Lio_kaitai_struct_translators_JavaTranslator.prototype.enumToInt__Lio_kaitai_
|
|
|
84813
84804
|
$c_Lio_kaitai_struct_translators_JavaTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
84814
84805
|
return (("(int) (" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + " + 0)")
|
|
84815
84806
|
});
|
|
84816
|
-
$c_Lio_kaitai_struct_translators_JavaTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84817
|
-
return ((
|
|
84807
|
+
$c_Lio_kaitai_struct_translators_JavaTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
84808
|
+
return (("Long.toString(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
84818
84809
|
});
|
|
84819
84810
|
$c_Lio_kaitai_struct_translators_JavaTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
84820
84811
|
var this$14 = $n($m_s_Predef$().s_Predef$__f_Map);
|
|
@@ -84928,8 +84919,8 @@ $c_Lio_kaitai_struct_translators_JavaTranslator.prototype.bytesSubscript__Lio_ka
|
|
|
84928
84919
|
$c_Lio_kaitai_struct_translators_JavaTranslator.prototype.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(b) {
|
|
84929
84920
|
return this.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__T(b)
|
|
84930
84921
|
});
|
|
84931
|
-
$c_Lio_kaitai_struct_translators_JavaTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84932
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
84922
|
+
$c_Lio_kaitai_struct_translators_JavaTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
84923
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
84933
84924
|
});
|
|
84934
84925
|
$c_Lio_kaitai_struct_translators_JavaTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
84935
84926
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -85191,7 +85182,7 @@ $c_Lio_kaitai_struct_translators_NimTranslator.prototype.enumToInt__Lio_kaitai_s
|
|
|
85191
85182
|
$c_Lio_kaitai_struct_translators_NimTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
85192
85183
|
return (("int(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ")")
|
|
85193
85184
|
});
|
|
85194
|
-
$c_Lio_kaitai_struct_translators_NimTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85185
|
+
$c_Lio_kaitai_struct_translators_NimTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
85195
85186
|
var this$1 = $n(this.Lio_kaitai_struct_translators_NimTranslator__f_importList);
|
|
85196
85187
|
$m_Lio_kaitai_struct_Utils$().addUniqueAttr__scm_ListBuffer__O__V(this$1.Lio_kaitai_struct_ImportList__f_list, "strutils");
|
|
85197
85188
|
return (("intToStr(int(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + "))")
|
|
@@ -85233,8 +85224,8 @@ $c_Lio_kaitai_struct_translators_NimTranslator.prototype.strReverse__Lio_kaitai_
|
|
|
85233
85224
|
$c_Lio_kaitai_struct_translators_NimTranslator.prototype.strLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(s) {
|
|
85234
85225
|
return this.strLength__Lio_kaitai_struct_exprlang_Ast$expr__T(s)
|
|
85235
85226
|
});
|
|
85236
|
-
$c_Lio_kaitai_struct_translators_NimTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85237
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85227
|
+
$c_Lio_kaitai_struct_translators_NimTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
85228
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
85238
85229
|
});
|
|
85239
85230
|
$c_Lio_kaitai_struct_translators_NimTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
85240
85231
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -85463,31 +85454,8 @@ $c_Lio_kaitai_struct_translators_PerlTranslator.prototype.boolToInt__Lio_kaitai_
|
|
|
85463
85454
|
$c_Lio_kaitai_struct_translators_PerlTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
85464
85455
|
return (("int(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ")")
|
|
85465
85456
|
});
|
|
85466
|
-
$c_Lio_kaitai_struct_translators_PerlTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85467
|
-
|
|
85468
|
-
switch (baseStr) {
|
|
85469
|
-
case "2": {
|
|
85470
|
-
var format = "%b";
|
|
85471
|
-
break
|
|
85472
|
-
}
|
|
85473
|
-
case "8": {
|
|
85474
|
-
var format = "%o";
|
|
85475
|
-
break
|
|
85476
|
-
}
|
|
85477
|
-
case "10": {
|
|
85478
|
-
var format = "%d";
|
|
85479
|
-
break
|
|
85480
|
-
}
|
|
85481
|
-
case "16": {
|
|
85482
|
-
var format = "0x%X";
|
|
85483
|
-
break
|
|
85484
|
-
}
|
|
85485
|
-
default: {
|
|
85486
|
-
var format;
|
|
85487
|
-
throw $ct_jl_UnsupportedOperationException__T__(new $c_jl_UnsupportedOperationException(), baseStr)
|
|
85488
|
-
}
|
|
85489
|
-
};
|
|
85490
|
-
return (((("sprintf('" + format) + "', ") + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
85457
|
+
$c_Lio_kaitai_struct_translators_PerlTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
85458
|
+
return (("sprintf('%d', " + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
85491
85459
|
});
|
|
85492
85460
|
$c_Lio_kaitai_struct_translators_PerlTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
85493
85461
|
var this$1 = $n(this.Lio_kaitai_struct_translators_PerlTranslator__f_importList);
|
|
@@ -85604,8 +85572,8 @@ $c_Lio_kaitai_struct_translators_PerlTranslator.prototype.bytesSubscript__Lio_ka
|
|
|
85604
85572
|
$c_Lio_kaitai_struct_translators_PerlTranslator.prototype.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(b) {
|
|
85605
85573
|
return this.strLength__Lio_kaitai_struct_exprlang_Ast$expr__T(b)
|
|
85606
85574
|
});
|
|
85607
|
-
$c_Lio_kaitai_struct_translators_PerlTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85608
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85575
|
+
$c_Lio_kaitai_struct_translators_PerlTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
85576
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
85609
85577
|
});
|
|
85610
85578
|
$c_Lio_kaitai_struct_translators_PerlTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
85611
85579
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -85764,31 +85732,8 @@ $c_Lio_kaitai_struct_translators_PythonTranslator.prototype.boolToInt__Lio_kaita
|
|
|
85764
85732
|
$c_Lio_kaitai_struct_translators_PythonTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
85765
85733
|
return (("int(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ")")
|
|
85766
85734
|
});
|
|
85767
|
-
$c_Lio_kaitai_struct_translators_PythonTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85768
|
-
|
|
85769
|
-
switch (baseStr) {
|
|
85770
|
-
case "2": {
|
|
85771
|
-
var func = "bin";
|
|
85772
|
-
break
|
|
85773
|
-
}
|
|
85774
|
-
case "8": {
|
|
85775
|
-
var func = "oct";
|
|
85776
|
-
break
|
|
85777
|
-
}
|
|
85778
|
-
case "10": {
|
|
85779
|
-
var func = "str";
|
|
85780
|
-
break
|
|
85781
|
-
}
|
|
85782
|
-
case "16": {
|
|
85783
|
-
var func = "hex";
|
|
85784
|
-
break
|
|
85785
|
-
}
|
|
85786
|
-
default: {
|
|
85787
|
-
var func;
|
|
85788
|
-
throw $ct_jl_UnsupportedOperationException__T__(new $c_jl_UnsupportedOperationException(), baseStr)
|
|
85789
|
-
}
|
|
85790
|
-
};
|
|
85791
|
-
return (((func + "(") + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
85735
|
+
$c_Lio_kaitai_struct_translators_PythonTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
85736
|
+
return (("str(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
85792
85737
|
});
|
|
85793
85738
|
$c_Lio_kaitai_struct_translators_PythonTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
85794
85739
|
return (((("(" + bytesExpr) + ").decode(\"") + encoding) + "\")")
|
|
@@ -85897,8 +85842,8 @@ $c_Lio_kaitai_struct_translators_PythonTranslator.prototype.bytesSubscript__Lio_
|
|
|
85897
85842
|
$c_Lio_kaitai_struct_translators_PythonTranslator.prototype.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(b) {
|
|
85898
85843
|
return this.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__T(b)
|
|
85899
85844
|
});
|
|
85900
|
-
$c_Lio_kaitai_struct_translators_PythonTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85901
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
85845
|
+
$c_Lio_kaitai_struct_translators_PythonTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
85846
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
85902
85847
|
});
|
|
85903
85848
|
$c_Lio_kaitai_struct_translators_PythonTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
85904
85849
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -86051,8 +85996,8 @@ $c_Lio_kaitai_struct_translators_RubyTranslator.prototype.enumToInt__Lio_kaitai_
|
|
|
86051
85996
|
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
86052
85997
|
return (("(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ").to_i")
|
|
86053
85998
|
});
|
|
86054
|
-
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
86055
|
-
return (
|
|
85999
|
+
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
86000
|
+
return (this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i) + ".to_s")
|
|
86056
86001
|
});
|
|
86057
86002
|
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
86058
86003
|
return ((((("(" + bytesExpr) + ").force_encoding(\"") + encoding) + "\")") + ((encoding !== "UTF-8") ? ".encode('UTF-8')" : ""))
|
|
@@ -86147,8 +86092,8 @@ $c_Lio_kaitai_struct_translators_RubyTranslator.prototype.bytesSubscript__Lio_ka
|
|
|
86147
86092
|
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(b) {
|
|
86148
86093
|
return this.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__T(b)
|
|
86149
86094
|
});
|
|
86150
|
-
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
86151
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
86095
|
+
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
86096
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
86152
86097
|
});
|
|
86153
86098
|
$c_Lio_kaitai_struct_translators_RubyTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
86154
86099
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -86290,9 +86235,8 @@ $c_Lio_kaitai_struct_translators_RustTranslator.prototype.boolToInt__Lio_kaitai_
|
|
|
86290
86235
|
$c_Lio_kaitai_struct_translators_RustTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
86291
86236
|
return (this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v) + " as i32")
|
|
86292
86237
|
});
|
|
86293
|
-
$c_Lio_kaitai_struct_translators_RustTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
86294
|
-
|
|
86295
|
-
return ((baseStr === "10") ? (this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i) + ".to_string()") : (((("base_convert(strval(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + "), 10, ") + baseStr) + ")"))
|
|
86238
|
+
$c_Lio_kaitai_struct_translators_RustTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
86239
|
+
return (this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i) + ".to_string()")
|
|
86296
86240
|
});
|
|
86297
86241
|
$c_Lio_kaitai_struct_translators_RustTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
86298
86242
|
return ((encoding === "ASCII") ? (("String::from_utf8_lossy(" + bytesExpr) + ")") : (("panic!(\"Unimplemented encoding for bytesToStr: {}\", \"" + encoding) + "\")"))
|
|
@@ -86364,8 +86308,8 @@ $c_Lio_kaitai_struct_translators_RustTranslator.prototype.strLength__Lio_kaitai_
|
|
|
86364
86308
|
$c_Lio_kaitai_struct_translators_RustTranslator.prototype.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(b) {
|
|
86365
86309
|
return this.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__T(b)
|
|
86366
86310
|
});
|
|
86367
|
-
$c_Lio_kaitai_struct_translators_RustTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
86368
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
86311
|
+
$c_Lio_kaitai_struct_translators_RustTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
86312
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
86369
86313
|
});
|
|
86370
86314
|
$c_Lio_kaitai_struct_translators_RustTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
86371
86315
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -87312,13 +87256,8 @@ $c_Lio_kaitai_struct_translators_CppTranslator.prototype.boolToInt__Lio_kaitai_s
|
|
|
87312
87256
|
$c_Lio_kaitai_struct_translators_CppTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
87313
87257
|
return (("static_cast<int>(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ")")
|
|
87314
87258
|
});
|
|
87315
|
-
$c_Lio_kaitai_struct_translators_CppTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
87316
|
-
|
|
87317
|
-
if ((baseStr === "10")) {
|
|
87318
|
-
return (("kaitai::kstream::to_string(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
87319
|
-
} else {
|
|
87320
|
-
throw $ct_jl_UnsupportedOperationException__T__(new $c_jl_UnsupportedOperationException(), baseStr)
|
|
87321
|
-
}
|
|
87259
|
+
$c_Lio_kaitai_struct_translators_CppTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
87260
|
+
return (("kaitai::kstream::to_string(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
87322
87261
|
});
|
|
87323
87262
|
$c_Lio_kaitai_struct_translators_CppTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
87324
87263
|
return (((("kaitai::kstream::bytes_to_str(" + bytesExpr) + ", \"") + encoding) + "\")")
|
|
@@ -87425,8 +87364,8 @@ $c_Lio_kaitai_struct_translators_CppTranslator.prototype.bytesSubscript__Lio_kai
|
|
|
87425
87364
|
$c_Lio_kaitai_struct_translators_CppTranslator.prototype.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(b) {
|
|
87426
87365
|
return this.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__T(b)
|
|
87427
87366
|
});
|
|
87428
|
-
$c_Lio_kaitai_struct_translators_CppTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
87429
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
87367
|
+
$c_Lio_kaitai_struct_translators_CppTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
87368
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
87430
87369
|
});
|
|
87431
87370
|
$c_Lio_kaitai_struct_translators_CppTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
87432
87371
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -87594,13 +87533,8 @@ $c_Lio_kaitai_struct_translators_LuaTranslator.prototype.boolToInt__Lio_kaitai_s
|
|
|
87594
87533
|
$c_Lio_kaitai_struct_translators_LuaTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
87595
87534
|
return (((((("(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + " > 0) and math.floor(") + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ") or math.ceil(") + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ")")
|
|
87596
87535
|
});
|
|
87597
|
-
$c_Lio_kaitai_struct_translators_LuaTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
87598
|
-
|
|
87599
|
-
if ((baseStr === "10")) {
|
|
87600
|
-
return (("tostring(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
87601
|
-
} else {
|
|
87602
|
-
throw $ct_jl_UnsupportedOperationException__T__(new $c_jl_UnsupportedOperationException(), baseStr)
|
|
87603
|
-
}
|
|
87536
|
+
$c_Lio_kaitai_struct_translators_LuaTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
87537
|
+
return (("tostring(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
87604
87538
|
});
|
|
87605
87539
|
$c_Lio_kaitai_struct_translators_LuaTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
87606
87540
|
var this$1 = $n(this.Lio_kaitai_struct_translators_LuaTranslator__f_importList);
|
|
@@ -87761,8 +87695,8 @@ $c_Lio_kaitai_struct_translators_LuaTranslator.prototype.bytesFirst__Lio_kaitai_
|
|
|
87761
87695
|
$c_Lio_kaitai_struct_translators_LuaTranslator.prototype.bytesSubscript__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(container, idx) {
|
|
87762
87696
|
return this.bytesSubscript__Lio_kaitai_struct_exprlang_Ast$expr__Lio_kaitai_struct_exprlang_Ast$expr__T(container, idx)
|
|
87763
87697
|
});
|
|
87764
|
-
$c_Lio_kaitai_struct_translators_LuaTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
87765
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
87698
|
+
$c_Lio_kaitai_struct_translators_LuaTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
87699
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
87766
87700
|
});
|
|
87767
87701
|
$c_Lio_kaitai_struct_translators_LuaTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
87768
87702
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
@@ -87934,9 +87868,8 @@ $c_Lio_kaitai_struct_translators_PHPTranslator.prototype.boolToInt__Lio_kaitai_s
|
|
|
87934
87868
|
$c_Lio_kaitai_struct_translators_PHPTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(v) {
|
|
87935
87869
|
return (("intval(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(v)) + ")")
|
|
87936
87870
|
});
|
|
87937
|
-
$c_Lio_kaitai_struct_translators_PHPTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
87938
|
-
|
|
87939
|
-
return ((baseStr === "10") ? (("strval(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")") : (((("base_convert(strval(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + "), 10, ") + baseStr) + ")"))
|
|
87871
|
+
$c_Lio_kaitai_struct_translators_PHPTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T = (function(i) {
|
|
87872
|
+
return (("strval(" + this.translate__Lio_kaitai_struct_exprlang_Ast$expr__T(i)) + ")")
|
|
87940
87873
|
});
|
|
87941
87874
|
$c_Lio_kaitai_struct_translators_PHPTranslator.prototype.bytesToStr__T__T__T = (function(bytesExpr, encoding) {
|
|
87942
87875
|
return (((("\\Kaitai\\Struct\\Stream::bytesToStr(" + bytesExpr) + ", \"") + encoding) + "\")")
|
|
@@ -88050,8 +87983,8 @@ $c_Lio_kaitai_struct_translators_PHPTranslator.prototype.bytesSubscript__Lio_kai
|
|
|
88050
87983
|
$c_Lio_kaitai_struct_translators_PHPTranslator.prototype.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(b) {
|
|
88051
87984
|
return this.bytesLength__Lio_kaitai_struct_exprlang_Ast$expr__T(b)
|
|
88052
87985
|
});
|
|
88053
|
-
$c_Lio_kaitai_struct_translators_PHPTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
88054
|
-
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$
|
|
87986
|
+
$c_Lio_kaitai_struct_translators_PHPTranslator.prototype.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
87987
|
+
return this.intToStr__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
|
88055
87988
|
});
|
|
88056
87989
|
$c_Lio_kaitai_struct_translators_PHPTranslator.prototype.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__O = (function(value) {
|
|
88057
87990
|
return this.floatToInt__Lio_kaitai_struct_exprlang_Ast$expr__T(value)
|
package/package.json
CHANGED