Changeset 62661 in webkit for trunk/JavaScriptCore/qt/api/qscriptvalue.cpp
- Timestamp:
- Jul 7, 2010, 7:10:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/qt/api/qscriptvalue.cpp
r62547 r62661 311 311 { 312 312 return d_ptr->isError(); 313 } 314 315 /*! 316 Returns true if this QScriptValue is an object of the Array class; 317 otherwise returns false. 318 319 \sa QScriptEngine::newArray() 320 */ 321 bool QScriptValue::isArray() const 322 { 323 return d_ptr->isArray(); 313 324 } 314 325
Note:
See TracChangeset
for help on using the changeset viewer.