Searched defs:internalSymbols (Results 1 - 2 of 2) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DFindScopeDepths.java61 private final Map<Integer, Set<String>> internalSymbols = new HashMap<>(); field in class:FindScopeDepths
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java140 private final Set<String> internalSymbols; field in class:RecompilableScriptFunctionData
156 RecompilableScriptFunctionData( final FunctionNode functionNode, final CodeInstaller installer, final AllocationStrategy allocationStrategy, final Map<Integer, RecompilableScriptFunctionData> nestedFunctions, final Map<String, Integer> externalScopeDepths, final Set<String> internalSymbols) argument

Completed in 49 milliseconds