Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrestArgsLowering.cpp128 ArenaVector<ir::Expression *> newArgs(allocator->Adapter()); in RebuildCallExpression() local
159 ArenaVector<ir::Expression *> newArgs(allocator->Adapter()); in RebuildNewClassInstanceExpression() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2619 const newArgs: ts.Expression[] = [patternNode]; constant
4214 const newArgs = this.createArgs(node.arguments); constant
4247 const newArgs = this.createArgs(node.arguments); constant
5036 const newArgs = this.createArgs(args); constant
5059 const newArgs = this.createArgs(args); constant