aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Replace all includes of windows.h with qt_windows.hUlf Hermann2021-10-251-1/+1
* Split compiler and runtime more clearlyUlf Hermann2019-07-111-1/+1
* Get rid of remaining assumptions about setter being next to gettersLars Knoll2018-09-271-3/+3
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-15/+15
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-061-14/+14
* Fix a couple of test failures related to error objectsLars Knoll2018-08-021-6/+6
* Implement support for new.targetLars Knoll2018-07-031-7/+7
* Prefix vtable methods with virtualLars Knoll2018-07-031-8/+8
* Fix the length property of various functionsLars Knoll2018-05-241-1/+1
* Get rid of some includes that aren't requiredLars Knoll2018-04-251-4/+0
* Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-1/+1
* Convert methods of Error to new calling conventionLars Knoll2017-11-131-4/+4
* Change signature for call/callAsConstructorLars Knoll2017-11-071-17/+23
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-7/+7
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Don't access arguments that are potentially out of boundsLars Knoll2017-11-071-1/+2
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-8/+11
* Fix frame handlingLars Knoll2017-08-041-4/+5
* Change function signatures for call/construct backLars Knoll2017-08-041-23/+16
* Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-8/+7
* Remove now unused filesLars Knoll2017-06-301-1/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-5/+2
|\
| * Move the prototype into the internal classLars Knoll2017-05-191-2/+1
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-2/+0
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-17/+17
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-1/+1
* | New mark table implementationLars Knoll2017-03-091-8/+0
|/
* Convert more builtin functionsLars Knoll2017-01-251-14/+11
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-35/+38
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-11/+13
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-23/+16
* Scrape off some more allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-7/+3
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Fixes to Error objectsLars Knoll2015-09-221-59/+45
* Simplify new construction schemeLars Knoll2015-09-221-6/+6
* move error objects over to new construction schemeLars Knoll2015-09-221-63/+63
* Convert variant object and ObjectProtoLars Knoll2015-09-221-1/+0
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-2/+2
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-4/+4
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-11/+11
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+1
|\
| * Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-0/+1
* | More cleanupsLars Knoll2015-04-211-28/+28
* | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+3
|/