Home
last modified time | relevance | path

Searched full:methodargs (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
Dverification.yaml259 MethodArgs:
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DProxy.sts380 const methodArgs = new NullishType[args.length]
387 methodArgs[argIdx] = this.wrapLambda(arg as Object)
389 methodArgs[argIdx] = arg
393 return method.invoke(arrayProxy.target, methodArgs)