Searched refs:binding_needs_init (Results 1 – 4 of 4) sorted by relevance
100 bool binding_needs_init() const { in binding_needs_init() function
1564 var()->binding_needs_init() || in hole_check_mode()1565 var()->local_if_not_shadowed()->binding_needs_init()); in hole_check_mode()
1663 !var->binding_needs_init()) { in PrintVar()
1188 DCHECK(!variable->binding_needs_init()); in VisitVariableDeclaration()1195 if (variable->binding_needs_init()) { in VisitVariableDeclaration()1201 if (variable->binding_needs_init()) { in VisitVariableDeclaration()1207 if (variable->binding_needs_init()) { in VisitVariableDeclaration()1215 DCHECK(!variable->binding_needs_init()); in VisitVariableDeclaration()1226 if (variable->IsExport() && variable->binding_needs_init()) { in VisitVariableDeclaration()