Changeset 13017 in webkit for trunk/JavaScriptCore/kjs/debugger.h
- Timestamp:
- Feb 27, 2006, 1:55:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/debugger.h
r12317 r13017 154 154 * @param firstLine The starting line of the statement that is about to be 155 155 * executed 156 * @param firstLine The ending line of the statement that is about to be156 * @param lastLine The ending line of the statement that is about to be 157 157 * executed (usually the same as firstLine) 158 158 * @return true if execution should be continue, false if it should
Note:
See TracChangeset
for help on using the changeset viewer.