Changeset 1623 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Jul 21, 2002, 10:38:39 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r1024 r1623 28 28 // Objects 29 29 30 // maximum global call stack size. Protects against accidental or 31 // malicious infinite recursions. Define to -1 if you want no limit. 32 #define KJS_MAX_STACK 1000 33 30 34 #include "value.h" 31 35 #include "types.h"
Note:
See TracChangeset
for help on using the changeset viewer.