Changeset 3009 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Dec 11, 2002, 7:59:24 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r2883 r3009 127 127 virtual Value call(ExecState *exec, Object &thisObj, const List &args); 128 128 virtual CodeType codeType() const; 129 enum { Eval, ParseInt, ParseFloat, IsNaN, IsFinite, Escape, UnEscape }; 129 enum { Eval, ParseInt, ParseFloat, IsNaN, IsFinite, Escape, UnEscape 130 #if !NDEBUG 131 , KJSPrint 132 #endif 133 }; 130 134 private: 131 135 int id;
Note:
See TracChangeset
for help on using the changeset viewer.