Home
last modified time | relevance | path

Searched refs:binding_needs_init (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dvariables.h144 bool binding_needs_init() const { in binding_needs_init() function
Dast.h1506 var()->binding_needs_init() || in hole_check_mode()
1507 var()->local_if_not_shadowed()->binding_needs_init()); in hole_check_mode()
Dscopes.cc1858 !var->binding_needs_init()) { in PrintVar()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc783 } else if (var->IsExport() && var->binding_needs_init()) { in AllocateDeclarations()
1548 if (variable->binding_needs_init()) { in VisitVariableDeclaration()
1554 if (variable->binding_needs_init()) { in VisitVariableDeclaration()
1563 if (variable->binding_needs_init()) { in VisitVariableDeclaration()
1571 DCHECK(!variable->binding_needs_init()); in VisitVariableDeclaration()
1673 } else if (var->IsExport() && var->binding_needs_init()) { in VisitModuleDeclarations()