Revision 773296
Go back to digest for 17th February 2008Other in KDE Base
Maks Orlovich committed changes in /branches/work/kjs-frostbyte/kjs:
Merge ExecState and Context. This follows similar JSC changes, but is done differently / by hand, since I don't like the multiple protected ExecState ctors corresponding to subclasses, and since I want to untangle Apple's version of my locals work (and their latter improvements on it) before dealing with some of the MM and ownership changes.
This commit also includes r26914, r27001 which streamline exception handling.
This got tangled up due to a mistake of mine, and it's too much effort to split them.
File Changes
Deleted 2 files
- /branches/work/kjs-frostbyte/kjs
- /Context.cpp
- /context.h
Modified 14 files
- /branches/work/kjs-frostbyte/kjs
- /CMakeLists.txt
- /collector.cpp
- /collector.h
- /ExecState.cpp
- /ExecState.h
- /function.cpp
- /function.h
- /grammar.y
- /internal.cpp
- /interpreter.cpp
- /interpreter.h
- /nodes.cpp
- /nodes.h
- /object.cpp
16 files changed in total