Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp29 ir::ScriptFunction *enclosingFunction = nullptr; member
120 …ntext *ctx, ir::TSTypeParameterDeclaration *oldIrTypeParams, ir::ScriptFunction *enclosingFunction, in CloneTypeParams()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6246 const enclosingFunction = ts.findAncestor(rhsExpr, ts.isFunctionLike); constant