Changeset 1623 in webkit for trunk/JavaScriptCore/kjs/lexer.h
- Timestamp:
- Jul 21, 2002, 10:38:39 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/lexer.h
r1024 r1623 112 112 static bool isDecimalDigit(unsigned short c); 113 113 114 #ifdef KJS_DEBUG_MEM 115 /** 116 * Clear statically allocated resources 117 */ 118 static void globalClear(); 119 #endif 114 120 private: 115 121
Note:
See TracChangeset
for help on using the changeset viewer.