Searched refs:nthArgValue (Results 1 – 1 of 1) sorted by relevance
317 Value nthArgValue = arguments.get(paramCount - 1); in handleVarArgs() local318 if (nthArgValue == null && argCount == paramCount) { in handleVarArgs()325 Type nthArgType = (nthArgValue == null) ? null : nthArgValue.type(); in handleVarArgs()