Searched refs:scopeIndex (Results 1 – 1 of 1) sorted by relevance
64 private static void registerErrorInternal(String msg, int scopeIndex, in registerErrorInternal() argument66 if (scopeProviders == null || scopeProviders.length <= scopeIndex) { in registerErrorInternal()68 } else if (scopeProviders[scopeIndex] == null) { in registerErrorInternal()69 registerErrorInternal(msg, scopeIndex + 1, scopeProviders); in registerErrorInternal()72 Scope.enter(scopeProviders[scopeIndex]); in registerErrorInternal()73 registerErrorInternal(msg, scopeIndex + 1, scopeProviders); in registerErrorInternal()