Changeset 12911 in webkit for trunk/JavaScriptCore/kjs/function_object.h
- Timestamp:
- Feb 20, 2006, 11:54:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.h
r12317 r12911 52 52 class FunctionProtoFunc : public InternalFunctionImp { 53 53 public: 54 FunctionProtoFunc(ExecState *exec, 55 FunctionPrototype *funcProto, int i, int len); 54 FunctionProtoFunc(ExecState*, FunctionPrototype*, int i, int len, const Identifier&); 56 55 57 56 virtual bool implementsCall() const;
Note:
See TracChangeset
for help on using the changeset viewer.