summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another memoryleak in QScriptEngineOlivier Goffart2009-08-251-5/+5
* Memory leak in QScriptEngineAgent.Olivier Goffart2009-08-252-3/+1
* Fix memory leak in QScriptEngine::newQObjectOlivier Goffart2009-08-251-8/+6
* fix performance issue with QScriptValue::setProperty()Kent Hansen2009-08-242-75/+83
* pass engine and identifier to QScriptStringPrivate constructorKent Hansen2009-08-242-7/+7
* add an internal QScriptValue ctor to initialize from d-pointerKent Hansen2009-08-243-3/+11
* make some internal qtscript functions inlineKent Hansen2009-08-244-133/+132
* compile fix with namespaced Qthjk2009-08-245-12/+12
* pass engine pointer to QScriptValuePrivateKent Hansen2009-08-243-34/+19
* handle memory management of QScriptValuePrivate in engine if possibleKent Hansen2009-08-244-17/+61
* fix memory leakKent Hansen2009-08-241-1/+0
* 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
* Fix QScriptContext::argumentObjects for function called with QScriptValue::callOlivier Goffart2009-08-241-2/+7
* QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-241-4/+0
* Trivial: Remove uneeded #includeHarald Fernengel2009-08-241-1/+0
* Fix obsolete license headers.Jason McDonald2009-08-216-6/+6
* compile again after mergeHarald Fernengel2009-08-218-88/+14