Changeset 24873 in webkit for trunk/JavaScriptCore/kjs/string_object.h
- Timestamp:
- Aug 4, 2007, 10:20:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.h
r24633 r24873 42 42 virtual const ClassInfo *classInfo() const { return &info; } 43 43 static const ClassInfo info; 44 45 StringImp* internalValue() const { return static_cast<StringImp*>(JSWrapperObject::internalValue());} 46 44 47 private: 45 48 static JSValue *lengthGetter(ExecState *exec, JSObject *, const Identifier&, const PropertySlot &slot);
Note:
See TracChangeset
for help on using the changeset viewer.