aboutsummaryrefslogtreecommitdiff
path: root/src/jdk/nashorn/internal/objects/NativeJava.java
AgeCommit message (Expand)Author
2014-08-208027043: Turn global accesses into MethodHandle.constant, with one chance of ...attila
2014-08-208044638: Tidy up Nashorn codebase for code standardsattila
2014-03-278038456: improve nasgen type checks and use specific return type for @Functio...sundar
2014-01-308032681: Issues with Nashornattila
2013-09-168024847: Java.to should accept mirror and external JSObjects as array-like ob...sundar
2013-08-238023630: Implement Java.super() as the preferred way to call super methodsattila
2013-07-058019947: inherited property invalidation does not work with two globals in sa...sundar
2013-07-038017768: allow dot as inner class name separator for Java.typeattila
2013-07-038019585: Sometimes a var declaration using itself in its init wasn't declared...lagergren
2013-06-268019157: Avoid calling ScriptObject.setProto() if possiblehannesw
2013-05-238015267: Allow conversion of JS arrays to Java List/Dequeattila
2013-05-208014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectiv...attila
2013-04-048011544: Allow subclassing Java classes from script without creating instancesattila
2013-03-128009757: Package access clean up and refactoringsundar
2013-03-018009263: Fix all javadoc errors in nashorn codesundar
2013-02-228007002: Replace implicit exception throwing methods with explicit throws - s...lagergren
2013-02-148008085: Integrate Dynalink source code into Nashorn codebaseattila
2013-02-148008199: Lazy compilation and trampoline implementationlagergren
2013-02-118007915: Nashorn IR, codegen, parser packages and Context instance should be ...sundar
2013-02-058007452: add scripting programmers doc changes for nashornsundar
2013-01-228006678: Avoid too many Context.getGlobal() callssundar
2013-01-218006635: Reduce access levels as much as possiblesundar
2013-01-148006168: ability to generate multi-type Java adaptersattila
2013-01-048005663: Update copyright year to 2013jlaskey
2012-12-218005403: Open-source Nashornjlaskey