Changeset 13089 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Mar 2, 2006, 1:12:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r12949 r13089 30 30 // maximum global call stack size. Protects against accidental or 31 31 // malicious infinite recursions. Define to -1 if you want no limit. 32 #if __APPLE__32 #if PLATFORM(DARWIN) 33 33 // Given OS X stack sizes we run out of stack at about 350 levels. 34 34 // If we improve our stack usage, we can bump this number.
Note:
See TracChangeset
for help on using the changeset viewer.