Changeset 12918 in webkit for trunk/JavaScriptCore/kjs/internal.h
- Timestamp:
- Feb 21, 2006, 7:19:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.h
r12911 r12918 351 351 InternalFunctionImp(FunctionPrototype*); 352 352 InternalFunctionImp(FunctionPrototype*, const Identifier&); 353 bool implementsHasInstance() const; 354 bool hasInstance(ExecState *exec, JSValue *value); 353 354 virtual bool implementsCall() const; 355 356 virtual bool implementsHasInstance() const; 357 virtual bool hasInstance(ExecState *exec, JSValue *value); 355 358 356 359 virtual const ClassInfo *classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.