Changeset 10178 in webkit for trunk/JavaScriptCore/kjs/internal.h
- Timestamp:
- Aug 14, 2005, 9:04:19 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.h
r10084 r10178 393 393 class InternalFunctionImp : public ObjectImp { 394 394 public: 395 InternalFunctionImp(); 395 396 InternalFunctionImp(FunctionPrototypeImp *funcProto); 396 397 bool implementsHasInstance() const;
Note:
See TracChangeset
for help on using the changeset viewer.