Changeset 37428 in webkit for trunk/JavaScriptCore/API/OpaqueJSString.h
- Timestamp:
- Oct 8, 2008, 10:50:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/OpaqueJSString.h
r37427 r37428 30 30 31 31 namespace JSC { 32 class ExecState; 32 33 class Identifier; 33 34 class JSGlobalData; 34 } 35 }; 35 36 36 37 struct OpaqueJSString : public ThreadSafeShared<OpaqueJSString> { … … 52 53 53 54 JSC::UString ustring() const; 55 56 JSC::Identifier identifier(JSC::ExecState*) const; 54 57 JSC::Identifier identifier(JSC::JSGlobalData*) const; 55 58
Note:
See TracChangeset
for help on using the changeset viewer.