Searched refs:isProperty (Results 1 – 2 of 2) sorted by relevance
7526 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument7540 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()7548 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument7554 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()7562 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()
373 Mirror.prototype.isProperty = function() { method in Mirror