Home | History | Annotate | Download | only in src

Lines Matching refs:Assignment

215 void BreakableStatementChecker::VisitAssignment(Assignment* expr) {
216 // If assigning to a property (including a global property) the assignment is
225 // Otherwise the assignment is breakable if the assigned value is.