aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4globalobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-4/+4
* Cleanup the ExecutionContextSaverLars Knoll2015-09-151-2/+1
* Profile eval() and global script executionUlf Hermann2015-08-041-1/+2
* Use the to/from Hex functions from QtCoreThiago Macieira2015-07-171-37/+21
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-2/+2
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+2
* More cleanupsLars Knoll2015-04-211-3/+3
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-031-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
| |\
| | * Fix usage of pow to C99 standard compliancePasi Petäjäjärvi2015-01-211-1/+1
* | | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
|/ /
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | CleanupsLars Knoll2015-01-231-19/+19
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* | Get rid of the needsActivation flag in Heap::BaseLars Knoll2015-01-121-2/+0
* | Start cleaning up flags in Heap::BaseLars Knoll2015-01-121-4/+2
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-2/+2
* | Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-1/+1
* | Make ExecutionContextSaver GC safeLars Knoll2014-12-191-2/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-5/+0
|\|
| * Remove dead codeSimon Hausmann2014-12-031-5/+0
* | Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-9/+8
* | Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-1/+1
* | Move Data of the builtin functions to the Heap namespaceLars Knoll2014-11-081-2/+2
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* | Refactor ExecutionContextsLars Knoll2014-11-081-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-4/+4
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\
| * Initialize variableLars Knoll2014-08-241-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
* | Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-3/+5
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-47/+47
* | Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-2/+2
* | Move Managed data into it's own subclassLars Knoll2014-07-221-4/+4
* | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* | Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
|/
* Fix typoSimon Hausmann2014-04-011-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* Simplify & speed up function callingLars Knoll2013-11-091-10/+10
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-8/+8
* Protect write accesses to objectsLars Knoll2013-10-291-0/+4
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-4/+7
* Properly propagate parse errorsLars Knoll2013-10-291-0/+2