Changeset 14004 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Apr 21, 2006, 10:31:57 PM (19 years ago)
- Location:
- trunk/JavaScriptCore/kjs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/operations.h
r13089 r14004 23 23 #ifndef _KJS_OPERATIONS_H_ 24 24 #define _KJS_OPERATIONS_H_ 25 26 #include <math.h> 25 27 26 28 namespace KJS { -
trunk/JavaScriptCore/kjs/value.h
r13821 r14004 43 43 class ExecState; 44 44 class JSObject; 45 class JSCell; 45 46 46 47 /**
Note:
See TracChangeset
for help on using the changeset viewer.