Changeset 2779 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Nov 20, 2002, 1:34:02 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r2778 r2779 342 342 Value protect(this); 343 343 arguments = new ArgumentsImp(exec,f, args); 344 arguments->setGcAllowed(); 344 345 put(exec, argumentsPropertyName, Object(arguments), Internal|DontDelete); 345 }346 347 ActivationImp::~ActivationImp()348 {349 arguments->setGcAllowed();350 346 } 351 347
Note:
See TracChangeset
for help on using the changeset viewer.