Changeset 2799 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Nov 21, 2002, 7:11:38 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r2792 r2799 332 332 333 333 // ECMA 10.1.6 334 ActivationImp::ActivationImp( ExecState *exec)335 : _context( exec->context().imp()), _argumentsObject(0)334 ActivationImp::ActivationImp(ContextImp *context) 335 : _context(context), _argumentsObject(0) 336 336 { 337 337 // FIXME: Do we need to support enumerating the arguments property?
Note:
See TracChangeset
for help on using the changeset viewer.