Changeset 36766 in webkit for trunk/JavaScriptCore/kjs/InternalFunction.h
- Timestamp:
- Sep 22, 2008, 8:03:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InternalFunction.h
r36726 r36766 39 39 const UString& name(ExecState*); 40 40 41 static PassRefPtr<StructureID> createStructureID(JSValue* proto) 42 { 43 return StructureID::create(proto, TypeInfo(ObjectType, ImplementsHasInstance)); 44 } 45 41 46 protected: 42 47 InternalFunction(PassRefPtr<StructureID> structure) : JSObject(structure) { } … … 46 51 private: 47 52 virtual CallType getCallData(CallData&) = 0; 48 virtual bool implementsHasInstance() const;49 53 }; 50 54
Note:
See TracChangeset
for help on using the changeset viewer.