This commit was generated by cvs2svn to compensate for changes in r4,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
hns 2000-12-29 17:58:10 +00:00
parent af35ca5581
commit ee13186158
148 changed files with 34934 additions and 0 deletions

17
src/FESI/FESI.changes Normal file
View file

@ -0,0 +1,17 @@
Changes to standard FESI distribution (1.1.4) for Hop
- Added thread field FESI.Interpreter.Evaluator, checks for thread field in
FESI.Interpreter.EcmaScriptEvaluateVisitor to make script execution stoppable.
- Added class FESI.Data.FrameworkConstructorObject as Constructor for
scripted prototypes.
- Changed FESI.Data.ESObject to return ESNull.theNull for undefined global
variables.
- Changed FESI.Data.ESWrapper to pass through Exception if it already is
an EcmaScriptException
- Changed FESI.Parser.ParseExcpetion to construct a useful message even if
currentToken.next is null.
- Changed FESI.Data.ESLoader to convert java.math.BigXXX instances to
ESNumber.
- Made EcmaScriptFunctionVisitor recognise thisObj - Functions are now assigned
to the current thisObject.