(LocalBinding lb)
| 5524 | } |
| 5525 | |
| 5526 | boolean isVolatile(LocalBinding lb){ |
| 5527 | return RT.booleanCast(RT.contains(fields, lb.sym)) && |
| 5528 | RT.booleanCast(RT.get(lb.sym.meta(), Keyword.intern("volatile-mutable"))); |
| 5529 | } |
| 5530 | |
| 5531 | boolean isDeftype(){ |
| 5532 | return fields != null; |
no test coverage detected