Hannes Wallnöfer
21c3399f5e
8086052: Script evaluation should not return last function declaration
...
Reviewed-by: sundar, attila
2015-06-15 15:37:01 +02:00
Athijegannathan Sundararajan
f3198a6632
8087136: regression: apply on $EXEC fails with ClassCastException
...
Reviewed-by: hannesw, lagergren
2015-06-11 13:33:34 +05:30
Michael Haupt
0f1bfba6c9
8080490: add $EXECV command to Nashorn scripting mode
...
Additional arguments to the command line can be passed as a single array, or as a sequence of varargs.
Reviewed-by: attila, hannesw
2015-06-09 09:27:02 +02:00
Athijegannathan Sundararajan
f5e449156c
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
...
Reviewed-by: attila, hannesw
2015-06-09 14:19:57 +05:30
Athijegannathan Sundararajan
31d1f45723
8085937: add autoimports sample script to easily explore Java classes in interactive mode
...
Reviewed-by: lagergren, attila
2015-06-08 14:10:39 +05:30
Athijegannathan Sundararajan
105784b853
8081809: Missing final modifier in method parameters (nashorn code convention)
...
Reviewed-by: attila, hannesw
2015-06-03 18:44:12 +05:30
Athijegannathan Sundararajan
8777094b4f
8080848: delete of bound Java method property results in crash
...
Reviewed-by: hannesw, lagergren
2015-05-21 18:44:51 +05:30
Athijegannathan Sundararajan
7945c7b276
8080598: Javadoc warnings in Global.java after lazy initialization
...
Reviewed-by: lagergren, hannesw
2015-05-20 14:16:19 +05:30
Athijegannathan Sundararajan
dbbb8bf78e
8078174: Add few FX and parser API samples for nashorn
...
Reviewed-by: hannesw, lagergren
2015-04-20 19:41:44 +05:30
Athijegannathan Sundararajan
5feb701fc3
8006996: Add a pretty printer that prints script source in nice form
...
Reviewed-by: lagergren, hannesw
2015-03-19 15:13:01 +05:30
Athijegannathan Sundararajan
cf37646b3f
8075207: Nashorn parser API returns StatementTree objects in out of order
...
Reviewed-by: lagergren, forax, hannesw
2015-03-16 17:01:47 +05:30
Athijegannathan Sundararajan
e383c777af
8074939: Add few sample scripts to demo nashorn parser API
...
Reviewed-by: attila, hannesw
2015-03-11 14:30:40 +05:30
Athijegannathan Sundararajan
0ed9eb856c
8074671: Nashorn Parser API
...
Reviewed-by: darcy, forax, attila, hannesw
2015-03-09 20:14:10 +05:30
Athijegannathan Sundararajan
ffd434caa1
8074021: Indirect eval fails when used as an element of an array or as a property of an object
...
Reviewed-by: attila, hannesw
2015-02-27 18:03:18 +05:30
Attila Szegedi
8d084dc298
8072596: Arrays.asList results in ClassCastException with a JS array
...
Reviewed-by: lagergren, sundar
2015-02-12 16:43:33 +01:00
Athijegannathan Sundararajan
2f101d122b
8071989: NashornScriptEngine returns javax.script.ScriptContext instance with insonsistent get/remove methods behavior for undefined attributes
...
Reviewed-by: attila, lagergren
2015-02-06 19:28:26 +05:30
Athijegannathan Sundararajan
2d266be7f6
8072595: nashorn should not use obj.getClass() for null checks
...
Reviewed-by: hannesw, attila
2015-02-05 19:08:00 +05:30
Athijegannathan Sundararajan
dc2d8b7e11
8068524: NashornScriptEngineFactory.getParameter() throws IAE for an unknown key, doesn't conform to the general spec
...
Reviewed-by: hannesw, attila
2015-01-07 14:02:30 +05:30
Athijegannathan Sundararajan
f73717b021
8067636: ant javadoc target is broken
...
Reviewed-by: hannesw, lagergren
2014-12-16 14:06:32 +05:30
Athijegannathan Sundararajan
05bf0c5a45
8067420: BrowserJSObjectLinker should give priority to beans linker for property get/set
...
Reviewed-by: lagergren, attila, hannesw
2014-12-15 16:30:45 +05:30
Athijegannathan Sundararajan
34673eaf92
8067136: BrowserJSObjectLinker does not handle call on JSObjects
...
Reviewed-by: attila, hannesw, lagergren
2014-12-10 19:42:01 +05:30
Marcus Lagergren
3d2c518ad8
8059211: Changed ArrayData.length accessor to use the protected field and fixed javadoc warnings related to this
...
Reviewed-by: attila, hannesw
2014-09-26 18:47:20 +02:00
Marcus Lagergren
da0b4cb7df
8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
...
Reviewed-by: attila, hannesw, sundar
2014-09-25 15:53:47 +02:00
Athijegannathan Sundararajan
eadc8dbe75
8055687: Wrong "this" passed to JSObject.eval call
...
Reviewed-by: lagergren, hannesw, attila
2014-08-20 21:32:09 +05:30
Athijegannathan Sundararajan
fa78f33af1
8055395: Nashorn should use source, target to be 1.8 and use ASM5 version for generated code
...
Reviewed-by: attila, lagergren, jlaskey
2014-08-19 18:14:45 +05:30
Attila Szegedi
9227b18d8a
8055199: Tidy up Nashorn codebase for code standards (August 2014)
...
Reviewed-by: hannesw, lagergren
2014-08-15 17:30:49 +02:00
Athijegannathan Sundararajan
35c5f0ad5d
8051346: Test262 tests for ECMAScript 5 now in branch "es5-tests"
...
Reviewed-by: attila, hannesw
2014-08-07 19:19:46 +05:30
Athijegannathan Sundararajan
4323d2ade5
8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date
...
Reviewed-by: jlaskey
2014-07-17 16:47:06 +05:30
Athijegannathan Sundararajan
07b40bb298
8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
...
Reviewed-by: jlaskey
2014-05-30 17:22:38 +05:30
Athijegannathan Sundararajan
f7e89ae474
8042600: Add more samples in nashorn/samples directory
...
Reviewed-by: jlaskey, hannesw
2014-05-07 20:20:58 +05:30
James Laskey
11462f8b0e
8016453: loadWithNewGlobal does not allow apply operation
...
Reviewed-by: hannesw, sundar
2013-06-12 11:22:06 -03:00
James Laskey
311f43d5a6
8005663: Update copyright year to 2013
...
Reviewed-by: sundar
2013-01-04 09:58:33 -04:00
Jim Laskey
98762d6ee0
8005403: Open-source Nashorn
...
Co-authored-by: Akhil Arora <akhil.arora@oracle.com>
Co-authored-by: Andreas Woess <andreas.woess@jku.at>
Co-authored-by: Attila Szegedi <attila.szegedi@oracle.com>
Co-authored-by: Hannes Wallnoefer <hannes.wallnoefer@oracle.com>
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com>
Co-authored-by: Pavel Semenov <pavel.semenov@oracle.com>
Co-authored-by: Pavel Stepanov <pavel.stepanov@oracle.com>
Co-authored-by: Petr Hejl <petr.hejl@oracle.com>
Co-authored-by: Petr Pisl <petr.pisl@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: attila, hannesw, lagergren, sundar
2012-12-21 16:36:24 -04:00