rt/emul/mini/src/main/java/java/lang/Object.java
Wed, 23 Apr 2014 17:48:43 +0200 Merge in less methods in Object
Wed, 23 Apr 2014 17:43:36 +0200 java.lang.Object's methods are pushed into Object.prototype. The less of them, the better. Moving them to Class
Sat, 15 Feb 2014 23:13:53 +0100 Enclose constants as objects. Get the function arguments without creates stack objects. Flush stack on frame closing.
Tue, 17 Sep 2013 14:25:30 +0200 #5368: Provide some implementation of wait and notify
Sat, 07 Sep 2013 13:56:22 +0200 Re-implementation of the JDK APIs to fit into the browser
Thu, 29 Aug 2013 07:59:21 +0000 getClass() on JavaScript function should return some class, at least Object.class
Fri, 03 May 2013 18:15:47 +0200 Generate $instOf in exported form
Wed, 27 Feb 2013 17:31:52 +0100 Make sure subclasses of java.lang.Object will have good implementation of toString() method - now with polymorphism
Wed, 27 Feb 2013 17:28:48 +0100 Make sure subclasses of java.lang.Object will have good implementation of toString() method
Wed, 27 Feb 2013 17:24:50 +0100 Don't call Array.get(null). Just link against that class.
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository