(fieldName)
| 2152 | } |
| 2153 | } |
| 2154 | fieldInstance(fieldName) { |
| 2155 | if (this.mPtr.isNull()) |
| 2156 | throw new Error("fieldInstance : Instance is null"); |
| 2157 | return this.mClass.field(fieldName); |
| 2158 | } |
| 2159 | fieldValue(fieldName) { |
| 2160 | let field = this.fieldInstance(fieldName); |
| 2161 | if (field.isStatic) |
no test coverage detected