summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing API shimsKent Hansen2010-07-071-0/+6
* Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-171-2/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-091-2/+11
|\
| * Regressions in Global Object prototype accessKent Hansen2010-04-091-2/+11
* | QScript: more missing APIShimOlivier Goffart2010-04-011-0/+2
* | QScriptEngine: Fix reentrency involving creation and desctructions of QScript...Olivier Goffart2010-03-291-20/+58
* | QtScript: Add API for reporting additional memory costsKent Hansen2010-03-251-0/+2
* | QtScript: Add more missing API shimsKent Hansen2010-03-241-4/+8
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-3/+2
|\ \ | |/
| * Don't assert in QScriptValue::call()Kent Hansen2010-03-181-3/+2
* | Add missing QtScript API shimsKent Hansen2010-03-151-0/+3
* | Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-4/+7
* | Avoid conversion between JavaScriptCore String type and QStringKent Hansen2010-03-011-1/+1
* | Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-89/+17
* | Move property helper functions to QScriptEnginePrivateKent Hansen2010-02-181-183/+28
* | Move more script value conversion code to helper functionsKent Hansen2010-02-181-65/+21
* | Cleanup: Move value conversion code to helper functionsKent Hansen2010-02-181-10/+10
* | Cleanup: Move number conversion functions to QScriptEnginePrivateKent Hansen2010-02-181-83/+5
* | Cleanup: Move exception helper functions to QScriptEnginePrivateKent Hansen2010-02-181-30/+30
|/
* Don't crash when comparing JSCore value without engine to non-JSCore valueKent Hansen2010-01-271-4/+9
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-111-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2010-01-111-4/+8
|/
* Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-171-19/+1
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-171-1/+1
* Add QScriptDeclarativeClassAaron Kennedy2009-11-101-0/+5
* Inline QtScript exception helper functionsKent Hansen2009-10-231-16/+0
* Avoid calls to public QScriptValue::engine() functionKent Hansen2009-10-231-14/+22
* Inline internal property lookup functionKent Hansen2009-10-231-26/+21
* Use an inline helper function to check if a QScriptString is validKent Hansen2009-10-231-3/+3
* Use the qsreal type instead of double when working with QtScript numbersKent Hansen2009-10-221-3/+3
* Use JSC::asObject() when we know that the value is an objectKent Hansen2009-10-071-2/+2
* Inline QScriptValuePrivate operator new and deleteKent Hansen2009-10-071-16/+0
* implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-2/+4
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-18/+16
* don't crash in property access after script class has been set to 0Kent Hansen2009-09-221-5/+9
* Fix QScriptValue::strictlyEqualsSimon Hausmann2009-09-221-1/+8
* Fix QScriptValue constructors without a QScriptEngineSimon Hausmann2009-09-221-36/+9
* use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-211-1/+1
* Fix compilation with winscwSimon Hausmann2009-09-101-12/+12
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* fix crash due to double deletionKent Hansen2009-08-311-1/+0
* warn if QScriptValue::setScriptClass() is called on incompatible objectKent Hansen2009-08-261-1/+6
* don't crash when attempting to access properties of a JS Object that belonged...Kent Hansen2009-08-261-24/+23
* fix performance issue with QScriptValue::propertyFlags()Kent Hansen2009-08-261-28/+37
* fix performance issue with QScriptValue::setProperty()Kent Hansen2009-08-241-75/+81
* add an internal QScriptValue ctor to initialize from d-pointerKent Hansen2009-08-241-0/+8
* make some internal qtscript functions inlineKent Hansen2009-08-241-53/+0
* compile fix with namespaced Qthjk2009-08-241-2/+2