Changeset 9929 in webkit for trunk/JavaScriptCore/kjs/debugger.h
- Timestamp:
- Jul 27, 2005, 4:10:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/debugger.h
r9768 r9929 102 102 * @param sourceId The ID of the source code (corresponds to the 103 103 * sourceId supplied in other functions such as atStatement() 104 * @param sourceURL Where the source code that was parsed came from 104 105 * @param source The source code that was parsed 105 106 * @param errorLine The line number at which parsing encountered an … … 108 109 * be aborted 109 110 */ 110 virtual bool sourceParsed(ExecState *exec, int sourceId, 111 virtual bool sourceParsed(ExecState *exec, int sourceId, const UString &sourceURL, 111 112 const UString &source, int errorLine); 112 113 … … 206 207 private: 207 208 DebuggerImp *rep; 209 210 public: 211 static int debuggersPresent; 208 212 }; 209 213
Note:
See TracChangeset
for help on using the changeset viewer.