| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 125 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/ |
| D | InteropTypescriptLinter.ts | 29 bindings: string; property
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 239 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/ |
| D | helpers.cpp | 408 …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/ |
| D | helpers.cpp | 425 …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/ |
| D | statementParser.cpp | 778 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/ |
| D | emitter.cpp | 321 std::map<util::StringView, es2panda::varbinder::Variable *> bindings(unsortedBindings.begin(), in GenScopeVariableInfoEnd() local
|
| D | pandagen.cpp | 1768 VReg bindings = AllocReg(); in DirectEval() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 485 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param); in AddParamDecl() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 833 auto &bindings = const_cast<varbinder::Scope::VariableMap &>(functionScope->Bindings()); in CorrectTheTrueThisForExtensionLambda() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1693 const varbinder::Scope::VariableMap &bindings, in BindingsModuleObjectAddProperty()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 19503 get bindings() { getter in anonymousFunction63e674a939400.anonymousFunction63e674a939500.zr 26968 bindings: [], property 26972 bindings: [], property
|