aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4globalobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-1/+1
* Fix arithmetic with constants inside eval() calls on 32-bit architecturesSimon Hausmann2017-03-301-0/+1
* Convert more builtin functionsLars Knoll2017-01-251-78/+68
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-2/+3
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+2
* Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-1/+1
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-14/+22
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-1/+1
* 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