Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts451 const arrayInterface = scene.getSdkGlobal(Builtin.ARRAY); constant
452 if (arrayInterface instanceof ArkClass) {
453 …return this.inferInvokeExpr(expr, new ClassType(arrayInterface.getSignature(), [baseType.getBaseTy…