Message7779

Author amak
Recipients amak, dturanski, fwierzbicki
Date 2013-02-26.00:22:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361838144.86.0.684211483356.issue1798@psf.upfronthosting.co.za>
In-reply-to
Content
This is the part of the JSR specification that is missed in our JSR 223 implementation.

"""
SCR 4.2.1

In particular, the Scripting API does not distinguish between scripts
which return values and those which do not, nor do they make the
corresponding distinction between evaluating or executing scripts.
All scripts are executed using methods which returns an Object.
When scripts for which the interpreter returns no value are executed,
null is returned. Implementations using existing interpreters that use
different methods to execute different types of scripts must internally
determine which interpreter method to call.
"""

download.oracle.com/otn-pub/jcp/java_scripting-1.0-fr-eval-oth-JSpec/java_scripting-1_0-fr-spec.pdf
History
Date User Action Args
2013-02-26 00:22:24amaksetmessageid: <1361838144.86.0.684211483356.issue1798@psf.upfronthosting.co.za>
2013-02-26 00:22:24amaksetrecipients: + amak, fwierzbicki, dturanski
2013-02-26 00:22:24amaklinkissue1798 messages
2013-02-26 00:22:24amakcreate