Changeset 36766 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.h
- Timestamp:
- Sep 22, 2008, 8:03:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.h
r36726 r36766 49 49 bool inherits(JSClassRef) const; 50 50 51 static PassRefPtr<StructureID> createStructureID(JSValue* proto) 52 { 53 return StructureID::create(proto, TypeInfo(ObjectType, ImplementsHasInstance)); 54 } 55 51 56 private: 52 57 virtual UString className() const; … … 60 65 virtual bool deleteProperty(ExecState*, unsigned); 61 66 62 virtual bool implementsHasInstance() const;63 67 virtual bool hasInstance(ExecState* exec, JSValue* value, JSValue* proto); 64 68
Note:
See TracChangeset
for help on using the changeset viewer.