Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp159 void Scope::MergeBindings(VariableMap const &bindings) in MergeBindings()
354 std::vector<varbinder::Variable *> bindings(LexicalSlots()); in CheckDirectEval() local
416 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param); in AddParamDecl() local
538 void GlobalScope::MergeBindings([[maybe_unused]] const VariableMap &bindings) in MergeBindings()
964 const auto &bindings = Bindings(); in ConvertToVariableScope() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp404 static void CollectBindingName(ir::AstNode *node, std::vector<ir::Identifier *> *bindings) in CollectBindingName()
445 std::vector<ir::Identifier *> bindings; in CollectBindingNames() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp213 std::vector<ir::Identifier *> bindings = util::Helpers::CollectBindingNames(init); in VisitVariableDeclarator() local
517 const auto &bindings = VarBinder()->GetScope()->Bindings(); in VisitTSInterfaceDeclaration() local
572 const auto &bindings = VarBinder()->GetScope()->Bindings(); in VisitTSEnumDeclaration() local
653 const auto &bindings = VarBinder()->GetScope()->Bindings(); in CreateFuncDecl() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp436 …atic void CollectBindingName(const ir::AstNode *node, std::vector<const ir::Identifier *> *binding… in CollectBindingName()
477 std::vector<const ir::Identifier *> bindings; in CollectBindingNames() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts48 bindings: string; property
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp326 std::map<util::StringView, es2panda::varbinder::Variable *> bindings(unsortedBindings.begin(), in GenScopeVariableInfoEnd() local
Dpandagen.cpp1813 VReg bindings = AllocReg(); in DirectEval() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp763 const auto &bindings = Binder()->GetScope()->Bindings(); in ParseTsInterfaceDeclaration() local
1230 const auto &bindings = Binder()->GetScope()->Bindings(); in AddFunctionToBinder() local
2045 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(init); in ParseVariableDeclarator() local
2395 … std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(decl->Id()); in AddExportLocalEntryItem() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp505 std::vector<const ir::Identifier *> bindings = util::Helpers::CollectBindingNames(param); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1266 const varbinder::Scope::VariableMap &bindings) in BindingsModuleObjectAddProperty()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js19503 get bindings() { getter in anonymousFunction76b5e5c939900.anonymousFunction76b5e5c939a00.zr
26968 bindings: [], property
26972 bindings: [], property
77402 Array.prototype.push.apply(this._bindings, t.bindings);
77425 bindings: this._bindings, property
81749 Array.prototype.push.apply(this._bindings, t.bindings);
81772 bindings: this._bindings, property