Changeset 41168 in webkit for trunk/JavaScriptCore/runtime/JSString.h
- Timestamp:
- Feb 23, 2009, 7:58:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSString.h
r39769 r41168 61 61 class JSString : public JSCell { 62 62 friend class JIT; 63 friend class Interpreter;63 friend class VPtrSet; 64 64 65 65 public: … … 203 203 } 204 204 205 inline bool isJSString(JSGlobalData* globalData, JSValuePtr v) { return v.isCell() && v.asCell()->vptr() == globalData->jsStringVPtr; } 206 205 207 // --- JSValue inlines ---------------------------- 206 208
Note:
See TracChangeset
for help on using the changeset viewer.