Changeset 27142 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Oct 27, 2007, 1:08:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r27126 r27142 174 174 175 175 public: 176 ActivationImp ::ActivationImp(FunctionImp* function, const List& arguments);176 ActivationImp(FunctionImp* function, const List& arguments); 177 177 178 178 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.