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/
H A Dvariables.h137 // binding_needs_init().
144 bool binding_needs_init() const { in binding_needs_init() function in v8::internal::final
H A Dast.h1506 var()->binding_needs_init() || in hole_check_mode()
1507 var()->local_if_not_shadowed()->binding_needs_init()); in hole_check_mode()
H A Dscopes.cc1858 !var->binding_needs_init()) { in PrintVar()
/third_party/node/deps/v8/src/interpreter/
H A 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()

Completed in 33 milliseconds