Fri, 05 Jun 2015 12:38:53 +0200 8080087: Nashorn $ENV.PWD is originally undefined file | diff | annotate
Tue, 02 Jun 2015 14:53:05 +0530 8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used. file | diff | annotate
Wed, 20 May 2015 14:16:19 +0530 8080598: Javadoc warnings in Global.java after lazy initialization file | diff | annotate
Fri, 10 Apr 2015 14:18:31 +0200 8067215: Disable dual fields when not using optimistic types file | diff | annotate
Thu, 26 Mar 2015 21:39:25 +0100 8075366: Slow scope access to global let/const does not work file | diff | annotate
Wed, 25 Mar 2015 14:36:22 +0530 8012190: Global scope should be initialized lazily file | diff | annotate
Tue, 24 Mar 2015 13:59:31 +0530 8074410: Startup time: Port shell.js to Java file | diff | annotate
Mon, 02 Mar 2015 14:33:55 +0100 8074031: Canonicalize is-a-JS-string tests file | diff | annotate
Fri, 27 Feb 2015 19:16:29 +0530 8074021: Indirect eval fails when used as an element of an array or as a property of an object file | diff | annotate
Thu, 05 Feb 2015 19:08:00 +0530 8072595: nashorn should not use obj.getClass() for null checks file | diff | annotate
Thu, 05 Feb 2015 14:42:14 +0100 8062141: Various performance issues parsing JSON file | diff | annotate
Thu, 12 Oct 2017 19:52:15 +0800 merge file | diff | annotate
Mon, 24 Nov 2014 12:03:15 +0100 8057691: Nashorn: let & const declarations are not shared between scripts file | diff | annotate
Thu, 06 Nov 2014 17:06:56 +0100 8062308: Incorrect constant linkage with multiple Globals in a Context file | diff | annotate
Thu, 25 Sep 2014 15:53:47 +0200 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt file | diff | annotate
Mon, 22 Sep 2014 13:28:28 +0200 8047764: Indexed or polymorphic set on global affects Object.prototype file | diff | annotate
Mon, 15 Sep 2014 15:18:13 +0530 8058422: Users should be able to overwrite "context" and "engine" variables file | diff | annotate
Thu, 11 Sep 2014 18:04:54 +0200 8057021: UserAccessorProperty guards fail with multiple globals file | diff | annotate
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
Tue, 03 Jun 2014 17:04:23 +0530 8044520: Nashorn cannot execute node.js's express module file | diff | annotate
Tue, 06 May 2014 17:54:15 +0530 8042364: Make __proto__ ES6 draft compliant file | diff | annotate
Mon, 17 Mar 2014 18:02:00 +0530 8037400: Remove getInitialMap getters and GlobalObject interface file | diff | annotate
Thu, 13 Mar 2014 15:58:24 +0530 8015958: DataView constructor is not defined file | diff | annotate
Wed, 12 Mar 2014 11:26:00 +0100 8021350: Share script classes between threads/globals within context file | diff | annotate
Mon, 03 Mar 2014 15:23:01 +0100 8035948: Redesign property listeners for shared classes file | diff | annotate
Fri, 17 Jan 2014 20:09:47 +0530 8032060: PropertyMap of Error objects is not stable file | diff | annotate
Mon, 09 Dec 2013 09:48:11 +0530 8029612: the typeErrorThrower field in ScriptFunctionImpl cannot be static and common to all Globals file | diff | annotate
Fri, 01 Nov 2013 15:36:33 +0100 8027236: Ensure ScriptObject and ConsString aren't visible to Java file | diff | annotate
Fri, 18 Oct 2013 12:50:21 +0200 8026805: Array.prototype.length doesn't work as expected file | diff | annotate
Thu, 10 Oct 2013 16:16:20 +0200 8026250: Logging nullpointer bugfix and javadoc warnings file | diff | annotate
Fri, 20 Sep 2013 12:11:08 +0200 8022587: ClassCache is not optimal and leaks Source instances 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, 09 Aug 2013 20:48:44 +0530 8022707: Revisit all doPrivileged blocks file | diff | annotate
Thu, 08 Aug 2013 16:38:32 +0530 8022524: Memory leaks in nashorn sources and tests found by jhat analysis file | diff | annotate
Tue, 23 Jul 2013 18:17:25 +0530 8021122: Not all callables are handled for toString and other function valued properties file | diff | annotate
Thu, 18 Jul 2013 18:08:26 +0530 8020731: Revisit checkPermission calls in Context class file | diff | annotate
Mon, 08 Jul 2013 16:33:50 +0530 8020015: shared PropertyMaps should not be used without duplication file | diff | annotate
Fri, 05 Jul 2013 14:38:04 +0530 8019947: inherited property invalidation does not work with two globals in same context file | diff | annotate
Wed, 03 Jul 2013 13:03:36 +0200 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode file | diff | annotate
Wed, 26 Jun 2013 15:40:52 +0200 8019157: Avoid calling ScriptObject.setProto() if possible file | diff | annotate
Fri, 21 Jun 2013 16:55:18 +0530 8017260: adjust lookup code in objects.* classes file | diff | annotate
Thu, 13 Jun 2013 16:08:35 +0530 8015355: Array.prototype functions don't honour non-writable length and / or index properties file | diff | annotate
Wed, 12 Jun 2013 11:22:06 -0300 8016453: loadWithNewGlobal does not allow apply operation file | diff | annotate
Mon, 10 Jun 2013 19:54:07 +0530 8016239: loadWithNewGlobal should support user supplied arguments from the caller file | diff | annotate
Mon, 03 Jun 2013 08:34:29 -0300 8015741: Need a global.load function that starts with a new global scope. file | diff | annotate
Fri, 31 May 2013 13:04:55 -0300 8015727: Thread safe print function file | diff | annotate
Tue, 07 May 2013 14:43:17 +0200 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes. file | diff | annotate
Fri, 03 May 2013 16:01:33 +0200 8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used file | diff | annotate
Mon, 25 Mar 2013 18:20:16 +0530 8010709: org on the top level doesn't resolve file | diff | annotate
Thu, 14 Mar 2013 14:49:55 +0100 8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings file | diff | annotate
Tue, 12 Mar 2013 18:12:42 +0530 8009757: Package access clean up and refactoring file | diff | annotate
Sat, 09 Mar 2013 21:49:32 +0530 8009559: clean up method handle lookup code. file | diff | annotate
Wed, 06 Mar 2013 22:38:18 +0530 8009553: Object.create(Array.prototype) doesn't respect reset length file | diff | annotate
Mon, 04 Mar 2013 11:01:26 -0400 8009379: Remove $ from generated class names file | diff | annotate
Mon, 25 Feb 2013 16:58:31 +0530 8008731: Separate configuration environment (options, error/output writer etc.) from Context file | diff | annotate
Fri, 22 Feb 2013 16:31:10 +0100 8008093: Make RegExp engine pluggable 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
(0)-60tip

mercurial