Searched refs:isProperty (Results 1 – 2 of 2) sorted by relevance
8596 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument8610 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()8618 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument8624 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()8632 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()
390 Mirror.prototype.isProperty = function() { method in Mirror