Searched defs:isOnDemand (Results 1 - 3 of 3) sorted by relevance

/openjdk10/langtools/test/tools/javac/importscope/
H A DImportDependenciesTest.java173 private boolean isOnDemand() { method in class:ImportDependenciesTest.ImportType
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java149 private final boolean isOnDemand; field in class:AssignSymbols
H A DCompiler.java430 Compiler( final Context context, final CodeInstaller installer, final Source source, final ErrorManager errors, final boolean isStrict, final boolean isOnDemand, final RecompilableScriptFunctionData compiledFunction, final TypeMap types, final Map<Integer, Type> invalidatedProgramPoints, final Object typeInformationFile, final int[] continuationEntryPoints, final ScriptObject runtimeScope) argument

Completed in 115 milliseconds