History log of /openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/ScriptRuntime.java
Revision Date Author Comments
# 1885:4561f9afd9bd 02-Mar-2017 sdama

8156743: ES6 for..of should work for Java Maps and Sets
Summary: Implemented java map object iterator which behaves similar to native map object iterator
Reviewed-by: jlaskey, attila
Contributed-by: srinivas.dama@oracle.com


# 1871:f9bb37a817b3 31-Jan-2017 hannesw

8173480: in operator should work on java objects and classes
Reviewed-by: jlaskey, sundar


# 1728:2e53f4d1445d 22-Jun-2016 hannesw

8159977: typeof operator does not see lexical bindings declared in other scripts
Reviewed-by: sundar


# 1682:fb8b5b560a57 10-May-2016 sundar

8156665: ES6 for..of should work on Java Iterables and Java arrays
Reviewed-by: attila, hannesw


# 1655:3ac5d360070e 24-Mar-2016 hannesw

8151700: Add support for ES6 for-of
Reviewed-by: attila, sundar


# 1551:f3b883bec2d0 24-Nov-2015 attila

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


# 1549:aac8413d3bb7 23-Nov-2015 hannesw

8141407: Wrong evaluation of a != a when a = NaN
Reviewed-by: sundar, attila


# 1513:2cebe18ffc70 12-Nov-2015 hannesw

8142864: Raw types warning in WeakValueCache
Reviewed-by: mhaupt, attila


# 1508:a661018d34b8 11-Nov-2015 hannesw

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


# 1489:6d9a3ef84ebf 28-Oct-2015 mhaupt

8134941: Implement ES6 template literal support
Reviewed-by: attila, hannesw
Contributed-by: andreas.woess@oracle.com


# 1483:7cb19fa78763 21-Oct-2015 attila

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


# 1360:b983e998f528 22-Jul-2015 hannesw

8131683: Delete fails over multiple scopes
Reviewed-by: mhaupt, sundar


# 1350:3cb11f4d617e 08-Jul-2015 sundar

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


# 1320:0e28af5ee013 15-Jun-2015 hannesw

8098546: eval within a 'with' leaks definitions into global scope
Reviewed-by: sundar, attila


# 1197:20c3aef2b4cb 05-Mar-2015 attila

8035712: Restore some of the RuntimeCallSite specializations
Reviewed-by: hannesw, lagergren


# 1196:d0efd099521a 02-Mar-2015 attila

8074031: Canonicalize is-a-JS-string tests
Reviewed-by: hannesw, lagergren


# 1195:7939ae855d57 27-Feb-2015 hannesw

8073707: const re-assignment should not reported as a early error
Reviewed-by: sundar, attila


# 1190:2568a362d358 20-Feb-2015 attila

8072426: Can't compare Java objects to strings or numbers
Reviewed-by: hannesw, lagergren, sundar


# 1036:f0b5e3900a10 25-Sep-2014 lagergren

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


# 1002:2f0161551858 04-Sep-2014 hannesw

8051889: Implement block scoping in symbol assignment and scope computation
Reviewed-by: attila, lagergren


# 971:c93b6091b11e 18-Aug-2014 chegar

Merge


# 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