Searched defs:externalScopeDepths (Results 1 - 1 of 1) sorted by last modified time

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java138 private final Map<String, Integer> externalScopeDepths; 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 59 milliseconds