History log of /openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/NativeArray.java
Revision Date Author Comments
# 1827:b2063707d87a 28-Nov-2016 hannesw

8161579: Array-like AbstractJSObject-based instance not treated as array by native array functions
Reviewed-by: jlaskey, attila


# 1825:a92322d6f421 25-Nov-2016 hannesw

8170322: Specialized functions convert booleans to numbers
Reviewed-by: jlaskey, attila


# 1801:1272bfe44562 21-Oct-2016 hannesw

8168140: TypedArrays should implement ES6 iterator protocol
Reviewed-by: sundar, lagergren


# 1748:68020a486500 26-Jul-2016 hannesw

8068972: Array.splice should follow the ES6 specification
Reviewed-by: mhaupt, jlaskey


# 1704:9c62b456f075 25-May-2016 sundar

8157680: Callback parameter of any JS builtin implementation should accept any Callable
Reviewed-by: hannesw, mhaupt


# 1626:d99fa86747ee 15-Feb-2016 hannesw

8147558: Add support for ES6 collections
Reviewed-by: attila, mhaupt


# 1612:0da44ab8c417 28-Jan-2016 mhaupt

8147591: Revisit Collection.toArray(new T[size]) calls in nashorn and dynalink code
Reviewed-by: hannesw, mhaupt, sundar
Contributed-by: srinivas.dama@oracle.com


# 1605:7d884d7c0834 21-Jan-2016 hannesw

8147845: Varargs Array functions still leaking longs
Reviewed-by: mhaupt, sundar


# 1593:8faab9cd4b95 12-Jan-2016 hannesw

8143896: java.lang.Long is implicitly converted to double
Reviewed-by: mhaupt, jlaskey


# 1571:fd97b9047199 14-Dec-2015 hannesw

8144020: Remove long as an internal numeric type
Reviewed-by: attila, sundar, lagergren


# 1551:f3b883bec2d0 24-Nov-2015 attila

8141338: Move jdk.internal.dynalink package to jdk.dynalink
Reviewed-by: hannesw, sundar


# 1508:a661018d34b8 11-Nov-2015 hannesw

8141702: Add support for Symbol property keys
Reviewed-by: attila, sundar


# 1483:7cb19fa78763 21-Oct-2015 attila

8139931: Introduce Operation objects in Dynalink instead of string encoding
Reviewed-by: hannesw, sundar


# 1350:3cb11f4d617e 08-Jul-2015 sundar

8130734: Apply transformations found by netbeans Refactor->Inspect and transform menu
Reviewed-by: hannesw, jlaskey, mhaupt


# 1271:b506754c7d64 12-May-2015 sundar

8080182: Array.prototype.sort throws IAE on inconsistent comparison
Reviewed-by: lagergren, hannesw


# 1179:2b9af466a49d 05-Feb-2015 hannesw

8068872: Nashorn JSON.parse drops numeric keys
Reviewed-by: attila, lagergren


# 1146:bf74d46129c1 14-Dec-2014 hannesw

8066215: Fuzzing bug: length valueOf bug
Reviewed-by: attila, lagergren


# 1104:d248a0bddf79 12-Nov-2014 attila

8064707: Remove NativeArray link logic fields
Reviewed-by: hannesw, lagergren


# 1101:be3f5ca1edbf 12-Nov-2014 lagergren

8035312: Various array and ScriptObject length issues for non writable length fields
Reviewed-by: hannesw, attila


# 1076:871cd9451896 24-Oct-2014 attila

8061955: asm.js idioms result in unnecessarily code emission
Reviewed-by: hannesw, jlaskey


# 1073:06c06c8443fd 23-Oct-2014 lagergren

8061391: concat as a builtin optimistic form, had to remove NoTypedArrayData and replace it, as we throw away a lot of optimistic link opportunities with NoTypedArrayData not being Continuous
Reviewed-by: attila, hannesw


# 1040:cc3000241e57 26-Sep-2014 lagergren

8059211: Changed ArrayData.length accessor to use the protected field and fixed javadoc warnings related to this
Reviewed-by: attila, hannesw


# 1036:f0b5e3900a10 25-Sep-2014 lagergren

8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
Reviewed-by: attila, hannesw, sundar


# 1033:c1f651636d9c 22-Sep-2014 hannesw

8047764: Indexed or polymorphic set on global affects Object.prototype
Reviewed-by: lagergren, attila


# 953:221a84ef44c0 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com