summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptvalue_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-3/+3
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-2/+2
* Update contact information in license headers.Sergio Ahumada2012-08-011-3/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* QScriptValue::objectId(): do not assert if the value is not a cellOlivier Goffart2010-07-271-1/+1
* Add default argument values for QScriptValuePrivate property functionsKent Hansen2010-03-101-7/+8
* Avoid conversion between JavaScriptCore String type and QStringKent Hansen2010-03-011-2/+2
* Avoid calling out to public API in the QtScript implementationKent Hansen2010-02-181-3/+0
* Move property helper functions to QScriptEnginePrivateKent Hansen2010-02-181-8/+10
* Cleanup: Move exception helper functions to QScriptEnginePrivateKent Hansen2010-02-181-3/+0
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* 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
* Inline QtScript exception helper functionsKent Hansen2009-10-231-2/+2
* Avoid calls to public QScriptValue::engine() functionKent Hansen2009-10-231-0/+7
* Inline internal property lookup functionKent Hansen2009-10-231-2/+4
* Use the qsreal type instead of double when working with QtScript numbersKent Hansen2009-10-221-2/+2
* Fix "Warning: #381-D: extra ";" ignored" reported by RVCTJanne Anttila2009-10-081-1/+1
* Inline QScriptValuePrivate operator new and deleteKent Hansen2009-10-071-2/+2
* Fix compilation with winscwSimon Hausmann2009-09-101-3/+3
* 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
* don't crash when attempting to access properties of a JS Object that belonged...Kent Hansen2009-08-261-0/+6
* fix performance issue with QScriptValue::propertyFlags()Kent Hansen2009-08-261-0/+2
* fix performance issue with QScriptValue::setProperty()Kent Hansen2009-08-241-0/+2
* add an internal QScriptValue ctor to initialize from d-pointerKent Hansen2009-08-241-3/+1
* make some internal qtscript functions inlineKent Hansen2009-08-241-9/+21
* compile fix with namespaced Qthjk2009-08-241-2/+2
* pass engine pointer to QScriptValuePrivateKent Hansen2009-08-241-1/+1
* handle memory management of QScriptValuePrivate in engine if possibleKent Hansen2009-08-241-0/+3
* fix memory leakKent Hansen2009-08-241-1/+0
* Fix obsolete license headers.Jason McDonald2009-08-221-1/+1
* compile again after mergeHarald Fernengel2009-08-211-1/+1
* implement registered script values as a doubly linked listKent Hansen2009-08-201-0/+4
* use a list to keep track of registered script valuesKent Hansen2009-08-201-46/+3
* store the engine's d-pointer in QScriptValuePrivateKent Hansen2009-08-201-28/+27
* remove redundant variableKent Hansen2009-08-201-5/+1
* invalidate wrapped JSC::JSValue when script engine is deletedKent Hansen2009-08-191-2/+5
* Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-1/+8
* Q_DISABLE_COPY were added to QScriptValuePrivate.Jedrzej Nowacki2009-08-191-0/+1
* Internal API clean up.Jedrzej Nowacki2009-08-191-4/+0
* Clean up.Jedrzej Nowacki2009-08-191-11/+16
* Fix potential building problem.Jedrzej Nowacki2009-08-191-7/+2
* Make simple function getters inlineOlivier Goffart2009-08-121-1/+1
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* Fix license headersOlivier Goffart2009-07-291-4/+34
* Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-231-1/+2