Searched refs:isProperty (Results 1 – 2 of 2) sorted by relevance
9167 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument9181 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()9189 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument9195 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()9203 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()
430 Mirror.prototype.isProperty = function() { method in Mirror