registered changes to Evaluator and ESLoader classes

This commit is contained in:
hns 2001-08-13 13:48:44 +00:00
parent c5b1f9bee3
commit 7ce2f6f34f

View file

@ -19,4 +19,7 @@ Changes to standard FESI distribution (1.1.4) for Hop
the prototype after the object was created. the prototype after the object was created.
- Changed FESI.Interpreter.EcmaScriptEvaluateVisitor to use .equals instead of - Changed FESI.Interpreter.EcmaScriptEvaluateVisitor to use .equals instead of
== in equal method for helma.framework.core.ESNode objects, since different == in equal method for helma.framework.core.ESNode objects, since different
wrappers may wrap the same object. wrappers may wrap the same object.
- Added RequestEvaluator reval field to FESI.Interpreter.Evaluator in order to
let ESLoader crate wrappers with correct prototype for path element objects.