summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Add QScriptDeclarativeClassAaron Kennedy2009-11-109-6/+826
* added missing include for template instantiation (in qDeleteAll)mae2009-11-101-1/+1
* During a GC mark the scope chain of QScriptContextsAaron Kennedy2009-11-101-0/+18
* Merge commit 'origin/4.6' into featureJørgen Lind2009-11-022-0/+31
|\
| * Add QScriptString::toArrayIndex() functionKent Hansen2009-10-302-0/+31
* | Fix QT_NO_PROPERTIESJørgen Lind2009-10-291-0/+16
|/
* Say hello to QScriptProgram :-)Kent Hansen2009-10-287-58/+510
* Inline QtScript exception helper functionsKent Hansen2009-10-233-18/+18
* Avoid calls to public QScriptValue::engine() functionKent Hansen2009-10-233-16/+31
* Speed up QScriptValue creation by avoiding operator= to be calledKent Hansen2009-10-231-32/+18
* Bind QScriptValue to engine when the value is created internallyKent Hansen2009-10-231-26/+27
* Inline internal property lookup functionKent Hansen2009-10-233-28/+47
* Use an inline helper function to check if a QScriptString is validKent Hansen2009-10-233-5/+11
* Inline internal QtScript object data() functionsKent Hansen2009-10-232-16/+16
* Inline internal QtScript object delegate functionsKent Hansen2009-10-234-31/+31
* Inline scriptEngineFromExec() functionKent Hansen2009-10-232-15/+21
* Inline internal QtScript functions (frameForContext())Kent Hansen2009-10-232-12/+12
* Inline two internal QtScript functions (contextForFrame() and globalExec())Kent Hansen2009-10-232-17/+17
* Use the qsreal type instead of double when working with QtScript numbersKent Hansen2009-10-224-7/+7
* QtScript: Compatibility with 4.5Olivier Goffart2009-10-221-0/+4
* Regression fix. Fix the hasUncaughtException() flag in debugger's event.Jedrzej Nowacki2009-10-194-3/+19
* Fix "Warning: #381-D: extra ";" ignored" reported by RVCTJanne Anttila2009-10-081-1/+1
* 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-073-18/+18
* Get rid of some superfluous checks in QScriptString::operator==()Kent Hansen2009-10-071-6/+0
* implement qHash function for QScriptStringKent Hansen2009-10-073-0/+17
* QScriptContext::parentContext: don't skip unessecary framesOlivier Goffart2009-10-061-1/+1
* implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-2/+4
* QtScript: Another crash fix on PowerPCOlivier Goffart2009-10-061-2/+1
* QScript: do not crash on PowerPCOlivier Goffart2009-10-061-2/+2
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4....Kent Hansen2009-10-051-1/+1
* Reset timeout-checker before evaluating when processEventsInterval is usedKent Hansen2009-10-011-0/+2
* Fix column number provided to QScriptEngineAgentKent Hansen2009-10-013-65/+81
* Prospective solaris-g++-sparc build fixSimon Hausmann2009-09-301-0/+5
* avoid JavaScriptCore C API functions being exported from QtScript libraryKent Hansen2009-09-301-0/+3
* Fix linking on windows, building qt in namespaceJarek Kobus2009-09-301-1/+3
* Remove "inline" keyword from unused constructorsHarald Fernengel2009-09-291-2/+2
* QScript: fix the way the js stack is advanced.Olivier Goffart2009-09-291-4/+2
* QScript: Fix strange bugs and crashes.Olivier Goffart2009-09-282-8/+12
* compile fix with namespaced qthjk2009-09-283-5/+5
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-2418-217/+265
* don't crash in property access after script class has been set to 0Kent Hansen2009-09-222-5/+10
* make sure the engine's currentFrame is in sync when calling out to public APIKent Hansen2009-09-223-1/+32
* work around another set of duplicated symbols between webkit and scriptLars Knoll2009-09-221-1/+1
* Fix QScriptValue::strictlyEqualsSimon Hausmann2009-09-221-1/+8
* Fix QScriptValue constructors without a QScriptEngineSimon Hausmann2009-09-221-36/+9
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-216-0/+42
* use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-216-15/+15
* initialize the this-register of the global contextKent Hansen2009-09-181-0/+1
* put the this-register calculation into a functionKent Hansen2009-09-183-3/+10