summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-245-61/+124
* don't crash in property access after script class has been set to 0Kent Hansen2009-09-221-5/+9
* make sure the engine's currentFrame is in sync when calling out to public APIKent Hansen2009-09-222-0/+25
* 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-214-10/+10
* 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
* make qscriptvalue_cast<QVariant>() compile again on WindowsKent Hansen2009-09-181-2/+4
* Fix compilation with winscwSimon Hausmann2009-09-104-18/+18
* Fix the bactkrace in the QScript DebuggerOlivier Goffart2009-09-093-16/+16
* Update license headers again.Jason McDonald2009-09-0929-116/+116
* Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-071-4/+0
* compile on WindowsKent Hansen2009-09-031-0/+1
* improve memory management scheme of QScriptString(Private)Kent Hansen2009-09-025-44/+119
* doc: Fixed several qdoc errors.Martin Smith2009-09-021-10/+9
* Optimize QScriptClassOlivier Goffart2009-09-025-15/+12
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3111-143/+143
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3118-234/+234
* fix crash due to double deletionKent Hansen2009-08-311-1/+0
* implement functionExit() callbacks on the JITKent Hansen2009-08-312-6/+12
* Make it possible for autotests to check if JIT is enabled or notKent Hansen2009-08-281-0/+11
* QScriptContextInfo: fix the line numbers with JITOlivier Goffart2009-08-281-3/+11
* QScriptEngine: Remove one superflous stackframe for native call made by JITOlivier Goffart2009-08-281-1/+7
* fix compiler warnings on WindowsKent Hansen2009-08-271-2/+2
* 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-262-24/+29
* fix performance issue with QScriptValue::propertyFlags()Kent Hansen2009-08-262-28/+39