Home
last modified time | relevance | path

Searched refs:getTargetLocalInArrayFrom (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDeprecatedBuiltInAPICheck.ts507 return this.getTargetLocalInArrayFrom(invokeExpr);
602 private getTargetLocalInArrayFrom(invokeExpr: ArkInstanceInvokeExpr): Local | null { method in InteropDeprecatedBuiltInAPICheck