Changeset 2783 in webkit for trunk/JavaScriptCore/kjs/string_object.h
- Timestamp:
- Nov 20, 2002, 1:12:14 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.h
r2760 r2783 30 30 class StringInstanceImp : public ObjectImp { 31 31 public: 32 StringInstanceImp( const Object &proto);33 StringInstanceImp( const Object &proto, const UString &string);32 StringInstanceImp(ObjectImp *proto); 33 StringInstanceImp(ObjectImp *proto, const UString &string); 34 34 35 35 virtual Value get(ExecState *exec, const Identifier &propertyName) const;
Note:
See TracChangeset
for help on using the changeset viewer.