Home
last modified time | relevance | path

Searched defs:closure (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts83 const closure = baseLocals.get(global.getName()); constant
309 for (let closure of closures) { variable
583 for (let closure of closures) { variable
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2245 std::unique_ptr<RemoteObject> closure = std::make_unique<RemoteObject>(); in GetClosureScopeChains() local