Home
last modified time | relevance | path

Searched defs:scopes (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DcapturedVariables.cpp26 static void AddScopes(ir::AstNode *node, std::set<varbinder::Scope *> &scopes) noexcept in AddScopes()
40 …rbinder::Variable *FindVariable(ir::Identifier *ident, std::set<varbinder::Scope *> const &scopes)… in FindVariable()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_types.py186 def scopes(self): member in Frame
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DCfgBuilder.ts205 scopes: Scope[]; property in CfgBuilder
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.rb1390 attr_reader :scopes accessor