nashorn/src/jdk/nashorn/internal/runtime/ScriptObject.java
Fri, 12 Jul 2013 15:27:16 +0530 sundar 8020223: ClassCastException: String can not be casted to ScriptFunction
Tue, 09 Jul 2013 17:37:46 +0530 sundar 8014785: Ability to extend global instance by binding properties of another object
Mon, 08 Jul 2013 16:33:50 +0530 sundar 8020015: shared PropertyMaps should not be used without duplication
Fri, 05 Jul 2013 14:36:54 +0200 hannesw 8017084: Use spill properties for large object literals
Fri, 05 Jul 2013 14:38:04 +0530 sundar 8019947: inherited property invalidation does not work with two globals in same context
Wed, 26 Jun 2013 12:38:35 -0300 jlaskey 8019175: Simplify ScriptObject.modifyOwnProperty
Wed, 26 Jun 2013 15:40:52 +0200 hannesw 8019157: Avoid calling ScriptObject.setProto() if possible
Wed, 26 Jun 2013 08:36:53 -0300 jlaskey 8008458: Strict functions dont share property map
Fri, 14 Jun 2013 21:16:14 +0530 sundar 8016618: script mirror object access should be improved
Thu, 13 Jun 2013 16:08:35 +0530 sundar 8015355: Array.prototype functions don't honour non-writable length and / or index properties
Fri, 07 Jun 2013 17:44:25 +0200 hannesw 8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places
Tue, 04 Jun 2013 22:31:48 +0530 sundar 8015830: Javascript mapping of ScriptEngine bindings does not expose keys
Fri, 24 May 2013 13:54:18 +0200 hannesw 8011630: JSON parsing performance issue
Tue, 07 May 2013 14:36:57 +0200 lagergren 8013913: Removed Source field from all nodes except FunctionNode in order to save footprint
Fri, 03 May 2013 15:33:54 +0200 lagergren 8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now]
Thu, 02 May 2013 09:19:44 +0200 hannesw 8013729: SwitchPoint invalidation not working over prototype chain
Tue, 30 Apr 2013 10:05:42 -0300 jlaskey 8006220: Simplify PropertyMaps
Fri, 26 Apr 2013 09:48:41 -0300 jlaskey 8013208: Octane performance regression
Wed, 24 Apr 2013 13:28:25 +0200 hannesw 8012334: ToUint32, ToInt32, and ToUint16 don't conform to spec
Tue, 23 Apr 2013 12:52:29 +0200 attila 8011065: Problems when script implements an interface with variadic methods
Mon, 22 Apr 2013 10:37:58 -0300 jlaskey 8012919: findMegaMorphicSetMethod should not cast result type
Sat, 20 Apr 2013 08:54:13 -0300 jlaskey 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
Sat, 09 Mar 2013 21:49:32 +0530 sundar 8009559: clean up method handle lookup code.
Fri, 01 Mar 2013 15:58:29 +0530 sundar 8009263: Fix all javadoc errors in nashorn code
Mon, 25 Feb 2013 16:51:04 +0100 attila 8006984: Introducing local into a function inside with statement confuses its scope
Fri, 22 Feb 2013 12:22:16 +0100 lagergren 8007002: Replace implicit exception throwing methods with explicit throws - simplify control flow and remove useless code
Fri, 15 Feb 2013 09:44:15 +0100 lagergren 8008239: Unpublicized parts of the code generator package that were only package internal.
Thu, 14 Feb 2013 13:22:26 +0100 attila 8008085: Integrate Dynalink source code into Nashorn codebase
Mon, 11 Feb 2013 21:26:06 +0530 sundar 8007915: Nashorn IR, codegen, parser packages and Context instance should be inaccessible to user code
Fri, 08 Feb 2013 09:19:38 -0400 jlaskey 8006222: Move slot from SpillProperty to Property
Thu, 07 Feb 2013 15:33:17 +0100 hannesw 8007718: Make static RegExp properties fully compatible to other engines
Wed, 06 Feb 2013 17:56:12 +0530 sundar 8007619: Add support for deprecated properties of RegExp constructor
Mon, 04 Feb 2013 16:20:05 +0100 lagergren 8007215: Varargs broken for the case of passing more than the arg limit arguments.
Fri, 01 Feb 2013 02:24:15 +0100 hannesw 8007060: Primitive wrap filter throws ClassCastException in test262parallel
Thu, 31 Jan 2013 20:07:40 +0530 sundar 8007286: Add JavaAdapter and importPackage to compatibility script
Wed, 30 Jan 2013 12:26:45 +0100 lagergren 8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes.
Fri, 25 Jan 2013 17:35:31 +0100 hannesw 8006766: Array-like access to characters of a string is slow
Thu, 24 Jan 2013 22:38:58 +0530 sundar 8006857: ClassCastException when interface implementing function uses arguments object
Tue, 22 Jan 2013 22:07:12 +0530 sundar 8006678: Avoid too many Context.getGlobal() calls
Tue, 22 Jan 2013 14:14:37 +0100 hannesw 8006570: This-value for non-strict functions should be converted to object
Mon, 21 Jan 2013 21:17:38 +0530 sundar 8006635: Reduce access levels as much as possible
Sat, 19 Jan 2013 22:35:43 +0530 sundar 8006557: JDK8/Lambda build clashes on Map.replace()
Tue, 15 Jan 2013 13:10:20 +0100 attila 8006293: Reduce ScriptObject.findCallMethodMethod
Fri, 11 Jan 2013 10:40:51 +0100 lagergren 8005976: Break out AccessSpecializer into one pass before CodeGenerator instead of iterative applications from CodeGenerator
Tue, 08 Jan 2013 21:16:07 +0530 sundar 8005848: assigning to global toString variable affects Object.prototype.toString
Tue, 08 Jan 2013 14:14:17 +0100 attila 8005801: Refactor findSetMethod
Fri, 04 Jan 2013 09:58:33 -0400 jlaskey 8005663: Update copyright year to 2013
Fri, 21 Dec 2012 16:36:24 -0400 jlaskey 8005403: Open-source Nashorn
less more (0) tip