Searched defs:isLogicalOrCoalescingAssignmentExpression (Results 1 – 2 of 2) sorted by relevance
5706 export function isLogicalOrCoalescingAssignmentExpression(expr: BinaryExpression): expr is Assignme… function
16096 function isLogicalOrCoalescingAssignmentExpression(expr) { function