Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts584 … const argMethodParams = argMethod.getSignature().getMethodSubSignature().getParameters(); constant
585 const actualParam = argMethodParams[argMethodParams.length - 1]; constant