Home
last modified time | relevance | path

Searched defs:outer (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeGuardOfFromPropNameInUnionType.ts148 class NestedClassWithProp { outer: ClassWithUnionProp; } property in NestedClassWithProp
/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts110 private outer: TryStatement | undefined; property in TryStatement
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp347 auto outer = this->GetOuterLoop(); in IsInside() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp584 BasicBlock *GraphCloner::CloneLoopHeader(BasicBlock *block, BasicBlock *outer, BasicBlock *replacea… in CloneLoopHeader()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.cpp315 LoopInfo* outer {nullptr}; member