Subj : How to modify JS Engine? To : netscape.public.mozilla.jseng From : user@domain.invalid Date : Wed Feb 26 2003 12:32 pm Hi people! I'm about to embed JS engine in my application and don't know what to do first. I want to become familiar with Seamonkey JS engine, what is the best way to achive this? Especially I intrested in modifing engine to handle input like this: "obj1.obj2.obj3.obj4=1" (engine should create object tree and asign "1" to the last object) "var intVar = obj1.obj2.obj3.obj4" (intVar should be "1", not object) As I know, this will be not compliant with standards however it's essential in my application. All objects must be tree nodes and values in the same time. I've already checked out seamonkey from CVS and now digging into code. May be you can advice me there to look first :) Anatoly .