Changeset 104900 in webkit for trunk/Source/JavaScriptCore/parser/Nodes.h
- Timestamp:
- Jan 12, 2012, 11:23:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Nodes.h
r98887 r104900 182 182 183 183 public: 184 void setLoc(int firstLine, int lastLine);184 JS_EXPORT_PRIVATE void setLoc(int firstLine, int lastLine); 185 185 int firstLine() const { return lineNo(); } 186 186 int lastLine() const { return m_lastLine; }
Note:
See TracChangeset
for help on using the changeset viewer.