| 1880 | const NativeStruct_1 = require("./NativeStruct"); |
| 1881 | const Il2CppGenericContext_1 = require("./Il2CppGenericContext"); |
| 1882 | class Il2CppGenericMethod extends NativeStruct_1.NativeStruct { |
| 1883 | context() { |
| 1884 | return new Il2CppGenericContext_1.Il2CppGenericContext(this.add(0x8)); |
| 1885 | } |
| 1886 | } |
| 1887 | exports.Il2CppGenericMethod = Il2CppGenericMethod; |
| 1888 | },{"./Il2CppGenericContext":14,"./NativeStruct":21}],17:[function(require,module,exports){ |
| 1889 | "use strict"; |
nothing calls this directly
no outgoing calls
no test coverage detected