Home
last modified time | relevance | path

Searched defs:bindings (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp125 void Scope::MergeBindings(VariableMap const &bindings) in MergeBindings()
351 std::vector<varbinder::Variable *> bindings(LexicalSlots()); in CheckDirectEval() local
476 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(vb, parameter); in AddParamDecl() local
628 void GlobalScope::MergeBindings([[maybe_unused]] const VariableMap &bindings) in MergeBindings()
1026 const auto &bindings = Bindings(); in ConvertToVariableScope() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts29 bindings: string; property
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp239 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(VarBinder(), init); in VisitVariableDeclarator() local
606 const auto &bindings = VarBinder()->GetScope()->Bindings(); in VisitTSInterfaceDeclaration() local
670 const auto &bindings = VarBinder()->GetScope()->Bindings(); in VisitTSEnumDeclaration() local
752 const auto &bindings = VarBinder()->GetScope()->Bindings(); in CreateFuncDecl() local
1210 auto bindings = scope->Bindings(); in AddGlobalToBinder() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp408 …ctBindingName(varbinder::VarBinder *vb, ir::AstNode *node, std::vector<ir::Identifier *> *bindings) in CollectBindingName()
449 std::vector<ir::Identifier *> bindings; in CollectBindingNames() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp425 …atic void CollectBindingName(const ir::AstNode *node, std::vector<const ir::Identifier *> *binding… in CollectBindingName()
466 std::vector<const ir::Identifier *> bindings; in CollectBindingNames() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp778 const auto &bindings = Binder()->GetScope()->Bindings(); in ParseTsInterfaceDeclaration() local
1245 const auto &bindings = Binder()->GetScope()->Bindings(); in AddFunctionToBinder() local
2060 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(init); in ParseVariableDeclarator() local
2419 … std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(decl->Id()); in AddExportLocalEntryItem() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp321 std::map<util::StringView, es2panda::varbinder::Variable *> bindings(unsortedBindings.begin(), in GenScopeVariableInfoEnd() local
Dpandagen.cpp1768 VReg bindings = AllocReg(); in DirectEval() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp485 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp833 auto &bindings = const_cast<varbinder::Scope::VariableMap &>(functionScope->Bindings()); in CorrectTheTrueThisForExtensionLambda() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1693 const varbinder::Scope::VariableMap &bindings, in BindingsModuleObjectAddProperty()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js19503 get bindings() { getter in anonymousFunction63e674a939400.anonymousFunction63e674a939500.zr
26968 bindings: [], property
26972 bindings: [], property