Changeset 61860 in webkit for trunk/JavaScriptCore/qt/api/qscriptvalue.h
- Timestamp:
- Jun 25, 2010, 6:39:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/qt/api/qscriptvalue.h
r60725 r61860 60 60 61 61 QScriptValue& operator=(const QScriptValue& other); 62 63 QScriptValue prototype() const; 64 void setPrototype(const QScriptValue& prototype); 65 62 66 bool equals(const QScriptValue& other) const; 63 67 bool strictlyEquals(const QScriptValue& other) const;
Note:
See TracChangeset
for help on using the changeset viewer.