Changeset 27095 in webkit for trunk/JavaScriptCore/kjs/internal.h
- Timestamp:
- Oct 26, 2007, 12:51:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.h
r27086 r27095 146 146 }; 147 147 148 // helper function for toInteger, toInt32, toUInt32 and toUInt16149 double roundValue(ExecState *, JSValue *);150 151 148 #ifndef NDEBUG 152 149 void printInfo(ExecState *exec, const char *s, JSValue *, int lineno = -1);
Note:
See TracChangeset
for help on using the changeset viewer.