Changeset 62432 in webkit for trunk/JavaScriptCore/runtime/Arguments.h
- Timestamp:
- Jul 2, 2010, 9:52:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Arguments.h
r60392 r62432 56 56 class Arguments : public JSObject { 57 57 public: 58 // Use an enum because otherwise gcc insists on doing a memory 59 // read. 60 enum { MaxArguments = 0x10000 }; 61 58 62 enum NoParametersType { NoParameters }; 59 63
Note:
See TracChangeset
for help on using the changeset viewer.