Changeset 3306 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Jan 12, 2003, 10:43:08 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r3098 r3306 129 129 virtual CodeType codeType() const; 130 130 enum { Eval, ParseInt, ParseFloat, IsNaN, IsFinite, Escape, UnEscape 131 #if !NDEBUG131 #ifndef NDEBUG 132 132 , KJSPrint 133 133 #endif
Note:
See TracChangeset
for help on using the changeset viewer.