Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp199 auto *const newExpression = in CreateEnumItemFields() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2623 …const newExpression = ts.factory.createNewExpression(ts.factory.createIdentifier('RegExp'), undefi… constant
4976 const newExpression = ts.factory.createNewExpression(identifier, typeArgs, args); constant