Changeset 34856 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 28, 2008, 2:45:17 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r34855 r34856 1 2008-06-28 Sam Weinig <[email protected]> 2 3 Rubber-stamped by Darin Adler. 4 5 Remove unused StringConstructorFunction class. 6 7 * kjs/string_object.h: 8 1 9 2008-06-28 Sam Weinig <[email protected]> 2 10 -
trunk/JavaScriptCore/kjs/string_object.h
r34854 r34856 95 95 }; 96 96 97 /** 98 * @internal 99 * 100 * Class to implement all methods that are properties of the 101 * String object 102 */ 103 class StringConstructorFunction : public InternalFunction { 104 public: 105 StringConstructorFunction(ExecState*, FunctionPrototype*, const Identifier&); 106 virtual CallType getCallData(CallData&); 107 }; 108 109 } // namespace 97 } // namespace KJS 110 98 111 99 #endif
Note:
See TracChangeset
for help on using the changeset viewer.