Changeset 36368 in webkit for trunk/JavaScriptCore/kjs/JSString.cpp
- Timestamp:
- Sep 12, 2008, 9:57:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSString.cpp
r36316 r36368 110 110 } 111 111 112 bool JSString::isString() const113 {114 // FIXME: Change JSCell::isString to a non-virtual implementation like the one in Machine::isJSString.115 return true;116 }117 118 112 JSString* jsString(ExecState* exec, const UString& s) 119 113 {
Note:
See TracChangeset
for help on using the changeset viewer.