(field)
| 2212 | LOGO(getLine(50)); |
| 2213 | } |
| 2214 | fakeStaticField(field) { |
| 2215 | let tmpOut = alloc(); |
| 2216 | Il2Cpp.Api._fieldGetStaticValue(field.handle, tmpOut); |
| 2217 | return tmpOut; |
| 2218 | } |
| 2219 | } |
| 2220 | exports.FieldsParser = FieldsParser; |
| 2221 | const dealWithSpecialType = (field, thisValue) => { |
no test coverage detected