log graal/com.oracle.truffle.object/src/com/oracle/truffle/object/DynamicObjectImpl.java @ 21944:16725287d5af

age author description
Tue, 16 Jun 2015 19:27:51 +0200 Andreas Woess Truffle: fix delete/removeProperty regression
Mon, 08 Jun 2015 04:50:13 +0200 Jaroslav Tulach Polishing inter-operability APIs: Exposing only Message, TruffleObject and ForeignAccess-related classes.
Mon, 01 Jun 2015 12:55:56 +0200 Andreas Woess Truffle: add DynamicObject#containsKey, make flags parameter optional, minor simplifications
Thu, 12 Feb 2015 22:33:34 +0100 Thomas Wuerthinger Change DynamicObject from an interface to an abstract class.
Tue, 23 Dec 2014 12:13:14 +0100 Matthias Grimmer OM: DynamicObject extends TruffleObject, add default implementation
Sat, 13 Dec 2014 03:23:40 +0100 Andreas Woess OM: copy hidden properties, too
Tue, 18 Nov 2014 23:19:43 +0100 Andreas Woess Truffle: initial commit of object API implementation