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