Home | History | Annotate | Download | only in runtime

Lines Matching defs:ReadOnly

64         ReadOnly     = 1 << 1,  // property can be only read, not written
575 if (checkReadOnly && currentAttributes & ReadOnly)
626 if (checkReadOnly && currentAttributes & ReadOnly)