aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsvalue.cpp
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-041-12/+12
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-041-6/+59
* 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-291-45/+36
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-27/+22
* Remove some uses of raw Object pointersLars Knoll2013-09-301-4/+8
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Make Encode not inherit from ValueLars Knoll2013-09-281-6/+6
* Move more API over to use ValueRefLars Knoll2013-09-261-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-6/+6
* 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-221-2/+2
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-6/+14
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* Make QJSValue::prototype() gc safeLars Knoll2013-09-181-3/+8
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-14/+24
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-6/+8
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+1
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-4/+12
* 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
* 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
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-12/+5
* change calling convention for JS function callsLars Knoll2013-09-021-9/+11
* Move the JS Api into it's own folderLars Knoll2013-08-081-0/+1047