Changeset 34856 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jun 28, 2008, 2:45:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.