Lines Matching refs:VarBinder
29 for (const auto &[name, variable] : VarBinder()->GetScope()->OrderedBindings(Allocator())) {
37 VarBinder()->GetScope()->AsModuleScope()->AddImportDecl(importDecl, std::move(declList));
42 if (VarBinder() == nullptr) {
52 if (VarBinder()->GetScope()->Bindings().size() == SavedBindings().size()) {
54 VarBinder()->AddDecl<varbinder::FunctionDecl>(rhs->Start(), VarBinder()->Allocator(),
58 VarBinder()->AddDecl<varbinder::ConstDecl>(rhs->Start(), util::StringView(DEFAULT_EXPORT));
63 for (const auto &[name, variable] : VarBinder()->GetScope()->Bindings()) {
72 VarBinder()->AddDecl<varbinder::ExportDecl>(variable->Declaration()->Node()->Start(), exportName, name);
76 auto *moduleScope = VarBinder()->GetScope()->AsModuleScope();