(param, size)
| 2086 | Object.defineProperty(exports, "__esModule", { value: true }); |
| 2087 | exports.getStructOffset = exports.StructItem = void 0; |
| 2088 | function StructItem(param, size) { |
| 2089 | this.param = param; |
| 2090 | this.size = size; |
| 2091 | } |
| 2092 | exports.StructItem = StructItem; |
| 2093 | function getStructOffset(struct, name) { |
| 2094 | let all = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected