aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken linksSze Howe Koh2013-12-301-2/+0
* Encapsulate the current context and fix it's usageLars Knoll2013-12-043-16/+16
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-043-10/+111
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-5/+6
* Correctly catch exceptions in the API methodsLars Knoll2013-10-292-57/+47
* Properly propagate parse errorsLars Knoll2013-10-291-7/+7
* Touch up QJSEngine::evaluate documentation.Mitch Curtis2013-10-141-4/+4
* Cleanup exception handlingSimon Hausmann2013-10-033-3/+0
* Change exception handling APISimon Hausmann2013-10-023-32/+26
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-022-16/+55
* Remove some uses of raw Object pointersLars Knoll2013-09-301-4/+8
* Remove more direct QV4::Value usageLars Knoll2013-09-282-2/+2
* Make Encode not inherit from ValueLars Knoll2013-09-281-6/+6
* Move more API over to use ValueRefLars Knoll2013-09-262-3/+5
* Fix Persistent/WeakValue APILars Knoll2013-09-263-19/+25
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-3/+4
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-222-6/+8
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-6/+14
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-222-3/+2
* Further work towards an exact GCLars Knoll2013-09-221-1/+1
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-2/+3
* Make QJSValue::prototype() gc safeLars Knoll2013-09-181-3/+8
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-183-18/+30
* Convert more methods to use ReturnedValueLars Knoll2013-09-182-9/+13
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+1
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-182-5/+15
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+4
* Fix wrong return typeAlex Blasche2013-09-171-1/+1
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Continue conversion to using scoped valuesLars Knoll2013-09-111-2/+2
* Move CallData onto the JS stackLars Knoll2013-09-111-11/+12
* Merge branch 'stable' into devSergio Ahumada2013-09-061-3/+3
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-12/+5
* change calling convention for JS function callsLars Knoll2013-09-021-9/+11
* Export QJSValuePrivateAlex Blasche2013-08-081-1/+2
* Move the JS Api into it's own folderLars Knoll2013-08-0810-0/+2304