Wed, 20 Aug 2014 18:59:11 +0530 8050078: Nashorn ClassFilter Support file | diff | annotate
Wed, 20 Aug 2014 10:26:01 +0200 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not. file | diff | annotate
Wed, 20 Aug 2014 10:25:28 +0200 8044638: Tidy up Nashorn codebase for code standards file | diff | annotate
Thu, 31 Aug 2017 15:30:47 +0800 merge file | diff | annotate
Wed, 07 May 2014 14:07:19 +0530 8041697: CompiledScript slower when eval with binding file | diff | annotate
Fri, 25 Apr 2014 16:34:17 +0200 8040078: Avoid repeated reading of source for cached loads file | diff | annotate
Mon, 17 Mar 2014 18:02:00 +0530 8037400: Remove getInitialMap getters and GlobalObject interface file | diff | annotate
Thu, 09 Jan 2014 19:23:34 +0530 8031359: Invocable.getInterface() works incorrectly if interface has default methods file | diff | annotate
Mon, 02 Dec 2013 18:19:26 +0530 8029364: NashornException to expose thrown object file | diff | annotate
Thu, 30 Jan 2014 20:14:29 +0100 8032681: Issues with Nashorn file | diff | annotate
Thu, 10 Oct 2013 16:16:20 +0200 8026250: Logging nullpointer bugfix and javadoc warnings file | diff | annotate
Fri, 04 Oct 2013 16:21:29 +0530 8025771: Enhance Nashorn Contexts file | diff | annotate
Wed, 18 Sep 2013 16:36:25 +0530 8024973: Using a different ScriptContext with a CompiledScript results in ScriptException file | diff | annotate
Wed, 11 Sep 2013 20:49:28 +0530 8024615: Refactor ScriptObjectMirror and JSObject to support external JSObject implementations file | diff | annotate
Mon, 09 Sep 2013 20:10:41 +0530 8024180: Incorrect handling of expression and parent scope in 'with' statements file | diff | annotate
Fri, 23 Aug 2013 14:16:16 +0200 8023550: -d option was broken for any dir but '.'. Fixed Java warnings. file | diff | annotate
Fri, 23 Aug 2013 16:10:37 +0530 8023631: engine.js init script should be loaded into every global instance created by engines file | diff | annotate
Thu, 22 Aug 2013 22:32:16 +0530 8023560: Arbitrary javax.script.Bindings objects as ENGINE_SCOPE objects are not handled as expected. file | diff | annotate
Thu, 22 Aug 2013 18:46:26 +0530 8023551: Mirror functions can not be invoked using invokeMethod, invokeFunction file | diff | annotate
Fri, 09 Aug 2013 20:48:44 +0530 8022707: Revisit all doPrivileged blocks file | diff | annotate
Thu, 25 Jul 2013 20:10:48 +0530 8021361: ClassCastException:.ScriptObjectMirror -> ScriptObject when getInterface called on object from different ScriptContext file | diff | annotate
Thu, 25 Jul 2013 14:05:03 +0530 8021252: invokeMethod throws NoSuchMethodException when script object is from different script context file | diff | annotate
Thu, 18 Jul 2013 18:08:26 +0530 8020731: Revisit checkPermission calls in Context class file | diff | annotate
Thu, 11 Jul 2013 16:34:55 +0530 8020325: static property does not work on accessible, public classes file | diff | annotate
Wed, 10 Jul 2013 19:08:04 +0530 8020276: interface checks in Invocable.getInterface implementation file | diff | annotate
Tue, 25 Jun 2013 17:31:19 +0530 8015969: Needs to enforce and document that global "context" and "engine" can't be modified when running via jsr223 file | diff | annotate
Tue, 18 Jun 2013 13:45:03 +0530 8008915: URLReader constructor should allow specifying encoding file | diff | annotate
Mon, 17 Jun 2013 13:56:05 +0530 8016550: nashorn.option.no.syntax.extensions has the wrong default file | diff | annotate
Tue, 07 May 2013 14:36:57 +0200 8013913: Removed Source field from all nodes except FunctionNode in order to save footprint file | diff | annotate
Fri, 19 Apr 2013 16:11:16 +0200 8010701: Immutable nodes - final iteration file | diff | annotate
Mon, 18 Mar 2013 21:03:11 +0530 8010199: javax.script.Invocable implementation for nashorn does not return null when matching functions are missing file | diff | annotate
Fri, 15 Mar 2013 21:52:40 +0530 8010145: removed workaround "init.js" in nashorn repo file | diff | annotate
Fri, 22 Feb 2013 12:22:16 +0100 8007002: Replace implicit exception throwing methods with explicit throws - simplify control flow and remove useless code file | diff | annotate
Mon, 18 Feb 2013 14:41:58 +0530 8008305: ScriptEngine.eval should offer the ability to provide a codebase file | diff | annotate
Thu, 14 Feb 2013 14:16:58 +0530 8008197: Cross script engine function calls do not work as expected file | diff | annotate
Wed, 13 Feb 2013 19:59:30 +0530 8008103: Source object should maintain URL of the script source as a private field file | diff | annotate
Mon, 04 Feb 2013 14:48:35 -0400 8006191: `cmd` -> exec("cmd") in script mode file | diff | annotate
Mon, 04 Feb 2013 16:20:05 +0100 8007215: Varargs broken for the case of passing more than the arg limit arguments. file | diff | annotate
Thu, 31 Jan 2013 20:07:40 +0530 8007286: Add JavaAdapter and importPackage to compatibility script file | diff | annotate
Wed, 30 Jan 2013 12:26:45 +0100 8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes. file | diff | annotate
Mon, 28 Jan 2013 21:29:05 +0530 8007004: nashorn script engine should not use thread context class loader as script 'application loader' file | diff | annotate
Wed, 23 Jan 2013 17:04:02 +0530 8006736: nashorn script engine should support the usage multiple global objects with same engine instance file | diff | annotate
Tue, 22 Jan 2013 22:07:12 +0530 8006678: Avoid too many Context.getGlobal() calls file | diff | annotate
Mon, 21 Jan 2013 21:17:38 +0530 8006635: Reduce access levels as much as possible file | diff | annotate
Sat, 19 Jan 2013 09:14:43 +0530 8006584: improve variable handling in NashornScriptEngine file | diff | annotate
Fri, 18 Jan 2013 08:45:06 +0530 8006527: nashorn jsr223 engine does not work in sandbox file | diff | annotate
Mon, 14 Jan 2013 21:30:13 +0530 8006181: nashorn script engine does not run jrunscript's initialization script file | diff | annotate
Fri, 04 Jan 2013 09:58:33 -0400 8005663: Update copyright year to 2013 file | diff | annotate
Fri, 21 Dec 2012 16:36:24 -0400 8005403: Open-source Nashorn file | diff | annotate
Wed, 27 Apr 2016 01:36:41 +0800 Initial load file | diff | annotate
(0)tip

mercurial