Lines Matching defs:varbinder
67 namespace ark::es2panda::varbinder {
272 ->FindLocal(stmt->AsClassProperty()->Id()->Name(), varbinder::ResolveBindingOptions::BINDINGS);
378 auto fieldVar = fieldScope->FindLocal(fieldName, varbinder::ResolveBindingOptions::BINDINGS);
463 static const util::StringView &GetPackageName(varbinder::Variable *var)
476 void AddOverloadFlag(ArenaAllocator *allocator, bool isStdLib, varbinder::Variable *importedVar,
477 varbinder::Variable *variable)
508 const varbinder::Scope::VariableMap &globalBindings,
510 const varbinder::GlobalScope *const importGlobalScope,
551 const varbinder::Scope::VariableMap &globalBindings,
553 const varbinder::GlobalScope *const importGlobalScope,
593 const varbinder::Scope::VariableMap &globalBindings,
656 void ETSBinder::ValidateImportVariable(varbinder::Variable *const var, const ir::ETSImportDeclaration *const import,
710 const varbinder::Scope::VariableMap &globalBindings,
774 varbinder::Variable *ETSBinder::FindStaticBinding(const ArenaVector<parser::Program *> &recordRes,
1077 bool ETSBinder::ImportGlobalPropertiesForNotDefaultedExports(varbinder::Variable *var, const util::StringView &name,
1160 } // namespace ark::es2panda::varbinder