Changeset 12911 in webkit for trunk/JavaScriptCore/kjs/array_object.h
- Timestamp:
- Feb 20, 2006, 11:54:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.h
r12317 r12911 23 23 #define _ARRAY_OBJECT_H_ 24 24 25 #include "array_instance.h" 25 26 #include "internal.h" 26 27 #include "function_object.h" … … 39 40 class ArrayProtoFunc : public InternalFunctionImp { 40 41 public: 41 ArrayProtoFunc(ExecState *exec, int i, int len );42 ArrayProtoFunc(ExecState *exec, int i, int len, const Identifier& name); 42 43 43 44 virtual bool implementsCall() const;
Note:
See TracChangeset
for help on using the changeset viewer.