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