summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-251-62/+49
|\
| * 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
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-10-191-18/+2
|\ \ | |/
| * 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
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-071-2/+4
|\ \ | |/
| * implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-2/+4
* | Improve script lookup cachingAaron Kennedy2009-10-051-0/+5
|/
* 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
* pass engine pointer to QScriptValuePrivateKent Hansen2009-08-241-31/+17
* handle memory management of QScriptValuePrivate in engine if possibleKent Hansen2009-08-241-15/+31
* avoid calling QScriptValue::isFunction() inside call() and construct()Kent Hansen2009-08-241-16/+26
* use QVarLengthArray instead of QVector for holding JS argumentsKent Hansen2009-08-241-4/+3
* QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-241-4/+0
* Fix obsolete license headers.Jason McDonald2009-08-211-1/+1
* compile again after mergeHarald Fernengel2009-08-211-33/+4
* implement registered script values as a doubly linked listKent Hansen2009-08-201-1/+1
* use a list to keep track of registered script valuesKent Hansen2009-08-201-36/+20
* store the engine's d-pointer in QScriptValuePrivateKent Hansen2009-08-201-117/+85
* remove redundant variableKent Hansen2009-08-201-5/+2
* Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-2/+2
* Clean upJedrzej Nowacki2009-08-191-1/+0
* Internal API clean up.Jedrzej Nowacki2009-08-191-11/+0
* Clean up.Jedrzej Nowacki2009-08-191-32/+32
* Clean up.Jedrzej Nowacki2009-08-181-11/+9
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-0/+5
* Make simple function getters inlineOlivier Goffart2009-08-121-5/+0
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-1/+0
* make property flags lookup work for properties in prototype chainKent Hansen2009-08-101-3/+7
* make ResolveScope property lookup work (kind of)Kent Hansen2009-08-101-2/+9