Changeset 52075 in webkit for trunk/JavaScriptCore/runtime/JSString.h
- Timestamp:
- Dec 13, 2009, 4:27:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSString.h
r52047 r52075 346 346 friend JSValue jsString(ExecState* exec, JSString* s1, const UString& u2); 347 347 friend JSValue jsString(ExecState* exec, Register* strings, unsigned count); 348 friend JSValue jsString(ExecState* exec, JSValue thisValue, const ArgList& args); 348 349 }; 349 350
Note:
See TracChangeset
for help on using the changeset viewer.