Changeset 4837 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Aug 18, 2003, 11:51:25 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r3745 r4837 128 128 virtual Value call(ExecState *exec, Object &thisObj, const List &args); 129 129 virtual CodeType codeType() const; 130 enum { Eval, ParseInt, ParseFloat, IsNaN, IsFinite, Escape, UnEscape 130 enum { Eval, ParseInt, ParseFloat, IsNaN, IsFinite, Escape, UnEscape, 131 DecodeURI, DecodeURIComponent, EncodeURI, EncodeURIComponent 131 132 #ifndef NDEBUG 132 133 , KJSPrint
Note:
See TracChangeset
for help on using the changeset viewer.