aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-1/+0
* Split ManagedVTable into two classesLars Knoll2014-01-211-18/+18
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-5/+0
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-6/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-14/+14
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-3/+3
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+2
* Smaller cleanupsLars Knoll2013-10-111-1/+2
* Change exception handling APISimon Hausmann2013-10-021-2/+2
* Fix API for Object::define*PropertyLars Knoll2013-09-281-20/+21
* Remove Value::fromString()Lars Knoll2013-09-281-9/+15
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-25/+52
* Remove more direct QV4::Value usageLars Knoll2013-09-281-8/+19
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-10/+10
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-2/+2
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-9/+20
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-3/+4
* Cleanup Object::define*Property APILars Knoll2013-09-221-14/+14
* Start using StringRef for parameter passingLars Knoll2013-09-221-1/+1
* Convert some methods to use Returned<>Lars Knoll2013-09-181-1/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-15/+16
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-2/+2
* Continue conversion to using scoped valuesLars Knoll2013-09-111-4/+6
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-16/+16
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-38/+27
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-2/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-11/+20
* change calling convention for JS function callsLars Knoll2013-09-021-16/+16
* wince: Build fix, disable the assembler when JIT is disabled.Sérgio Martins2013-08-291-1/+0
* Remove QV4::DiagnosticMessageLars Knoll2013-08-201-22/+30
* Restructure source codeLars Knoll2013-08-081-0/+351