aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script.cpp
Commit message (Expand)AuthorAgeFilesLines
* CleanupsLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-4/+0
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Get rid of the needsActivation flag in Heap::BaseLars Knoll2015-01-121-2/+0
* Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-081-1/+3
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-021-5/+3
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-291-1/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-12/+15
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-2/+4
* Make ExecutionContextSaver GC safeLars Knoll2014-12-191-1/+1
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* Encapsulate accesses to the root contextLars Knoll2014-12-111-2/+2
* Cleanup destruction of heap objectsLars Knoll2014-11-211-6/+1
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-2/+2
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* Remove ExecutionContext from the Runtime codegeneratorLars Knoll2014-11-151-1/+1
* Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-4/+4
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-2/+2
* Store Heap objects in the qml binding wrapperLars Knoll2014-11-121-7/+8
* Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-2/+3
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-25/+39
* Move more Data members over to the Heap namespaceLars Knoll2014-11-081-6/+6
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-2/+2
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-4/+4
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-6/+6
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-2/+2
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-9/+4
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-1/+1
|\
| * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-051-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-21/+0
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-4/+0
* | Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* | Change the object allocation schemeSimon Hausmann2014-07-221-6/+6
* | Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-3/+3
* | Convert regexpsLars Knoll2014-07-221-14/+14
* | New construction scheme for the binding wrapperLars Knoll2014-07-221-24/+22
* | Convert delegate model and indexed builtin functionLars Knoll2014-07-221-1/+2
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-5/+5
* | Get rid of StringRefLars Knoll2014-07-221-1/+1
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-21/+21
* | Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-2/+2
* | Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1