Changeset 2749 in webkit for trunk/JavaScriptCore/kjs/string_object.h
- Timestamp:
- Nov 18, 2002, 10:53:35 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.h
r1024 r2749 31 31 public: 32 32 StringInstanceImp(const Object &proto); 33 StringInstanceImp(const Object &proto, const UString &string); 34 35 virtual Value get(ExecState *exec, const UString &propertyName) const; 36 virtual void put(ExecState *exec, const UString &propertyName, const Value &value, int attr = None); 37 virtual bool hasProperty(ExecState *exec, const UString &propertyName) const; 38 virtual bool deleteProperty(ExecState *exec, const UString &propertyName); 33 39 34 40 virtual const ClassInfo *classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.