Changeset 68651 in webkit for trunk/JavaScriptCore/qt/api/qscriptvalue.h
- Timestamp:
- Sep 29, 2010, 9:31:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/qt/api/qscriptvalue.h
r62921 r68651 27 27 class QScriptEngine; 28 28 class QScriptValuePrivate; 29 class QDateTime; 29 30 30 31 class QScriptValue; … … 113 114 bool isError() const; 114 115 bool isArray() const; 116 bool isDate() const; 115 117 116 118 QString toString() const; … … 123 125 quint16 toUInt16() const; 124 126 QScriptValue toObject() const; 127 QDateTime toDateTime() const; 125 128 126 129 QScriptValue call(const QScriptValue& thisObject = QScriptValue(),
Note:
See TracChangeset
for help on using the changeset viewer.