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