Changeset 12069 in webkit for trunk/JavaScriptCore/kjs/debugger.h
- Timestamp:
- Jan 13, 2006, 1:32:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/debugger.h
r11962 r12069 110 110 */ 111 111 virtual bool sourceParsed(ExecState *exec, int sourceId, const UString &sourceURL, 112 112 const UString &source, int errorLine); 113 113 114 114 /** … … 182 182 */ 183 183 virtual bool callEvent(ExecState *exec, int sourceId, int lineno, 184 184 JSObject *function, const List &args); 185 185 186 186 /**
Note:
See TracChangeset
for help on using the changeset viewer.