Changeset 162187 in webkit
- Timestamp:
- Jan 16, 2014, 11:08:36 PM (12 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/OpaqueJSString.h
r162186 r162187 53 53 54 54 JS_EXPORT_PRIVATE static PassRefPtr<OpaqueJSString> create(const String&); 55 56 ~OpaqueJSString(); 55 JS_EXPORT_PRIVATE ~OpaqueJSString(); 57 56 58 57 bool is8Bit() { return this ? m_string.is8Bit() : false; } -
trunk/Source/JavaScriptCore/ChangeLog
r162186 r162187 1 2014-01-16 Anders Carlsson <[email protected]> 2 3 Export OpaqueJSString destructor. 4 5 * API/OpaqueJSString.h: 6 1 7 2014-01-16 Anders Carlsson <[email protected]> 2 8
Note:
See TracChangeset
for help on using the changeset viewer.