Changeset 57019 in webkit for trunk/JavaScriptCore/runtime/JSValue.h
- Timestamp:
- Apr 2, 2010, 1:15:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSValue.h
r52731 r57019 189 189 JSObject* toThisObject(ExecState*) const; 190 190 UString toThisString(ExecState*) const; 191 JSString* toThisJSString(ExecState*) ;191 JSString* toThisJSString(ExecState*) const; 192 192 193 193 static bool equal(ExecState* exec, JSValue v1, JSValue v2);
Note:
See TracChangeset
for help on using the changeset viewer.