src/jdk/nashorn/internal/runtime/CodeInstaller.java

Print this page

        

*** 72,77 **** --- 72,83 ---- /** * Get next unique eval id * @return unique eval id */ public long getUniqueEvalId(); + + /** + * Get the code cache or null if none exists. + * @return code cache or null + */ + public CodeCache getCodeCache(); }