|
376 | 376 | ) |
377 | 377 | (elem declare func $m_m__java_lang_Object__void_$pp_jsmethod@jsmethod.JsMethodExample.Base) |
378 | 378 |
|
| 379 | +;;; void Base.m(T arg0) |
| 380 | +(func $js_export_m__java_lang_Object__void_$pp_jsmethod@jsmethod.JsMethodExample.Base |
| 381 | + (type $function.js_export_m__java_lang_Object__void_$pp_jsmethod) |
| 382 | + (param $this.untyped (ref $java.lang.Object)) |
| 383 | + (param $arg0 (ref null $java.lang.Object)) |
| 384 | + ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:38:9 |
| 385 | + (local $this (ref null $jsmethod.JsMethodExample.Base)) |
| 386 | + (local.set $this (ref.cast (ref $jsmethod.JsMethodExample.Base) (local.get $this.untyped))) |
| 387 | + (block |
| 388 | + ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:38:9 |
| 389 | + (call_ref $function.m_m__java_lang_Object__void_$pp_jsmethod (ref.as_non_null (local.get $this))(local.get $arg0)(struct.get $jsmethod.JsMethodExample.Base.vtable $m_m__java_lang_Object__void_$pp_jsmethod (ref.get_desc $jsmethod.JsMethodExample.Base(local.get $this)))) |
| 390 | + ) |
| 391 | +) |
| 392 | +(elem declare func $js_export_m__java_lang_Object__void_$pp_jsmethod@jsmethod.JsMethodExample.Base) |
| 393 | + |
379 | 394 | ;;; void Base.$clinit() |
380 | 395 | (func $$clinit__void_<once>_@jsmethod.JsMethodExample.Base |
381 | 396 | ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:36:24 |
|
421 | 436 | ) |
422 | 437 | (elem declare func $$getClassImpl__java_lang_Class@jsmethod.JsMethodExample.Base) |
423 | 438 |
|
424 | | -;;; void Base.m(T arg0) |
425 | | -(func $js_export_m__java_lang_Object__void_$pp_jsmethod@jsmethod.JsMethodExample.Base |
426 | | - (type $function.js_export_m__java_lang_Object__void_$pp_jsmethod) |
427 | | - (param $this.untyped (ref $java.lang.Object)) |
428 | | - (param $arg0 (ref null $java.lang.Object)) |
429 | | - ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:38:9 |
430 | | - (local $this (ref null $jsmethod.JsMethodExample.Base)) |
431 | | - (local.set $this (ref.cast (ref $jsmethod.JsMethodExample.Base) (local.get $this.untyped))) |
432 | | - (block |
433 | | - ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:38:9 |
434 | | - (call_ref $function.m_m__java_lang_Object__void_$pp_jsmethod (ref.as_non_null (local.get $this))(local.get $arg0)(struct.get $jsmethod.JsMethodExample.Base.vtable $m_m__java_lang_Object__void_$pp_jsmethod (ref.get_desc $jsmethod.JsMethodExample.Base(local.get $this)))) |
435 | | - ) |
436 | | -) |
437 | | -(elem declare func $js_export_m__java_lang_Object__void_$pp_jsmethod@jsmethod.JsMethodExample.Base) |
438 | | - |
439 | 439 | ;;; void InterfaceExposingJsMethods.m() |
440 | 440 | (func $m_m__void@jsmethod.JsMethodExample.InterfaceExposingJsMethods |
441 | 441 | (param $this (ref null $java.lang.Object)) |
|
894 | 894 | ) |
895 | 895 | (elem declare func $m_m__java_lang_Object__void_$pp_jsmethod@jsmethod.JsMethodExample.SubGenericsJsType) |
896 | 896 |
|
| 897 | +;;; void SubGenericsJsType.m(T arg0) |
| 898 | +(func $js_export_m__java_lang_Object__void@jsmethod.JsMethodExample.SubGenericsJsType |
| 899 | + (type $function.js_export_m__java_lang_Object__void) |
| 900 | + (param $this.untyped (ref $java.lang.Object)) |
| 901 | + (param $arg0 (ref null $java.lang.Object)) |
| 902 | + ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:61:16 |
| 903 | + (local $this (ref null $jsmethod.JsMethodExample.SubGenericsJsType)) |
| 904 | + (local.set $this (ref.cast (ref $jsmethod.JsMethodExample.SubGenericsJsType) (local.get $this.untyped))) |
| 905 | + (block |
| 906 | + ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:61:16 |
| 907 | + (call_ref $function.m_m__java_lang_Object__void (ref.as_non_null (local.get $this))(local.get $arg0)(struct.get $jsmethod.JsMethodExample.SubGenericsJsType.vtable $m_m__java_lang_Object__void (ref.get_desc $jsmethod.JsMethodExample.SubGenericsJsType(local.get $this)))) |
| 908 | + ) |
| 909 | +) |
| 910 | +(elem declare func $js_export_m__java_lang_Object__void@jsmethod.JsMethodExample.SubGenericsJsType) |
| 911 | + |
897 | 912 | ;;; void SubGenericsJsType.$clinit() |
898 | 913 | (func $$clinit__void_<once>_@jsmethod.JsMethodExample.SubGenericsJsType |
899 | 914 | ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:60:15 |
|
939 | 954 | ) |
940 | 955 | (elem declare func $$getClassImpl__java_lang_Class@jsmethod.JsMethodExample.SubGenericsJsType) |
941 | 956 |
|
942 | | -;;; void SubGenericsJsType.m(T arg0) |
943 | | -(func $js_export_m__java_lang_Object__void@jsmethod.JsMethodExample.SubGenericsJsType |
944 | | - (type $function.js_export_m__java_lang_Object__void) |
945 | | - (param $this.untyped (ref $java.lang.Object)) |
946 | | - (param $arg0 (ref null $java.lang.Object)) |
947 | | - ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:61:16 |
948 | | - (local $this (ref null $jsmethod.JsMethodExample.SubGenericsJsType)) |
949 | | - (local.set $this (ref.cast (ref $jsmethod.JsMethodExample.SubGenericsJsType) (local.get $this.untyped))) |
950 | | - (block |
951 | | - ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:61:16 |
952 | | - (call_ref $function.m_m__java_lang_Object__void (ref.as_non_null (local.get $this))(local.get $arg0)(struct.get $jsmethod.JsMethodExample.SubGenericsJsType.vtable $m_m__java_lang_Object__void (ref.get_desc $jsmethod.JsMethodExample.SubGenericsJsType(local.get $this)))) |
953 | | - ) |
954 | | -) |
955 | | -(elem declare func $js_export_m__java_lang_Object__void@jsmethod.JsMethodExample.SubGenericsJsType) |
956 | | - |
957 | 957 | ;;; SubJsTypeWithRenamedJsMethod SubJsTypeWithRenamedJsMethod.$create() |
958 | 958 | (func $$create__@jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod |
959 | 959 | (result (ref null $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod)) |
|
1009 | 1009 | ) |
1010 | 1010 | (elem declare func $m_m__java_lang_Object__void_$pp_jsmethod@jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod) |
1011 | 1011 |
|
| 1012 | +;;; void SubJsTypeWithRenamedJsMethod.m(NativeString arg0) |
| 1013 | +(func $js_export_m__java_lang_String_NativeString__void@jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod |
| 1014 | + (type $function.js_export_m__java_lang_String_NativeString__void) |
| 1015 | + (param $this.untyped (ref $java.lang.Object)) |
| 1016 | + (param $arg0 (ref null string)) |
| 1017 | + ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:67:16 |
| 1018 | + (local $this (ref null $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod)) |
| 1019 | + (local.set $this (ref.cast (ref $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod) (local.get $this.untyped))) |
| 1020 | + (block |
| 1021 | + ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:67:16 |
| 1022 | + (call_ref $function.m_m__java_lang_String__void (ref.as_non_null (local.get $this))(call $m_fromJsString__java_lang_String_NativeString__java_lang_String@java.lang.String (local.get $arg0))(struct.get $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod.vtable $m_m__java_lang_String__void (ref.get_desc $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod(local.get $this)))) |
| 1023 | + ) |
| 1024 | +) |
| 1025 | +(elem declare func $js_export_m__java_lang_String_NativeString__void@jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod) |
| 1026 | + |
1012 | 1027 | ;;; void SubJsTypeWithRenamedJsMethod.$clinit() |
1013 | 1028 | (func $$clinit__void_<once>_@jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod |
1014 | 1029 | ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:65:15 |
|
1054 | 1069 | ) |
1055 | 1070 | (elem declare func $$getClassImpl__java_lang_Class@jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod) |
1056 | 1071 |
|
1057 | | -;;; void SubJsTypeWithRenamedJsMethod.m(NativeString arg0) |
1058 | | -(func $js_export_m__java_lang_String_NativeString__void@jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod |
1059 | | - (type $function.js_export_m__java_lang_String_NativeString__void) |
1060 | | - (param $this.untyped (ref $java.lang.Object)) |
1061 | | - (param $arg0 (ref null string)) |
1062 | | - ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:67:16 |
1063 | | - (local $this (ref null $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod)) |
1064 | | - (local.set $this (ref.cast (ref $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod) (local.get $this.untyped))) |
1065 | | - (block |
1066 | | - ;;@ transpiler/javatests/com/google/j2cl/readable/java/jsmethod/readable-j2wasm.js/jsmethod/JsMethodExample.java:67:16 |
1067 | | - (call_ref $function.m_m__java_lang_String__void (ref.as_non_null (local.get $this))(call $m_fromJsString__java_lang_String_NativeString__java_lang_String@java.lang.String (local.get $arg0))(struct.get $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod.vtable $m_m__java_lang_String__void (ref.get_desc $jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod(local.get $this)))) |
1068 | | - ) |
1069 | | -) |
1070 | | -(elem declare func $js_export_m__java_lang_String_NativeString__void@jsmethod.JsMethodExample.SubJsTypeWithRenamedJsMethod) |
1071 | | - |
1072 | 1072 | ;;; ExposesOverrideableJsMethod ExposesOverrideableJsMethod.$create() |
1073 | 1073 | (func $$create__@jsmethod.JsMethodExample.ExposesOverrideableJsMethod |
1074 | 1074 | (result (ref null $jsmethod.JsMethodExample.ExposesOverrideableJsMethod)) |
|
0 commit comments