Changeset 9554 in webkit for trunk/JavaScriptCore/kjs/interpreter.h
- Timestamp:
- Jul 1, 2005, 2:55:02 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.h
r8585 r9554 109 109 */ 110 110 const Context callingContext() const; 111 112 /** 113 * The line number on which the current statement begins 114 * NOTE: Only for source compatibility, JSC does not support this method. 115 */ 116 int curStmtFirstLine() const { return 0; } 111 117 112 118 private:
Note:
See TracChangeset
for help on using the changeset viewer.