Changeset 37747 in webkit for trunk/JavaScriptCore/kjs/InternalFunction.h
- Timestamp:
- Oct 20, 2008, 2:27:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InternalFunction.h
r37684 r37747 46 46 protected: 47 47 InternalFunction(PassRefPtr<StructureID> structure) : JSObject(structure) { } 48 InternalFunction(JSGlobalData*);49 48 InternalFunction(JSGlobalData*, PassRefPtr<StructureID>, const Identifier&); 50 49
Note:
See TracChangeset
for help on using the changeset viewer.