Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts328 let argInstance: ArkNewExpr = new ArkNewExpr(paramType); variable
334 let argInstance: Local = new Local(arg.getName(), arg.getType()); variable