Lines Matching refs:bindings
159 void Scope::MergeBindings(VariableMap const &bindings)
161 for (auto &[k, v] : bindings) {
354 std::vector<varbinder::Variable *> bindings(LexicalSlots());
362 bindings[variable->AsLocalVariable()->LexIdx()] = variable;
366 for (const auto *variable : bindings) {
416 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param);
418 for (auto *binding : bindings) {
538 void GlobalScope::MergeBindings([[maybe_unused]] const VariableMap &bindings)
964 const auto &bindings = Bindings();
965 for (auto &[name, var] : bindings) {
984 initScope_->MergeBindings(bindings);