aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4globalobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* CleanupsLars Knoll2017-09-011-1/+1
* Move CallContext construction into a interpreter instructionLars Knoll2017-09-011-1/+1
* Use the context member in CallDataLars Knoll2017-09-011-1/+2
* Fix indirect, strict calls to evalLars Knoll2017-08-211-1/+4
* Get the thisObject from the current stackframeLars Knoll2017-08-181-1/+1
* Pass the correct this object to evalLars Knoll2017-08-101-1/+1
* Cleanup naming of Stack frame structuresLars Knoll2017-08-101-1/+1
* Always create a valid CallData object for interpreter callsLars Knoll2017-08-101-1/+3
* Refactor context handlingLars Knoll2017-08-101-9/+7
* Get rid of ExecutionContext::strictModeLars Knoll2017-08-101-2/+1
* Reduce usage of the strictMode flag in ExecutionContextLars Knoll2017-08-101-3/+3
* Introduce a JS stack frame that corresponds to the C++ stack frameLars Knoll2017-08-101-1/+1
* Avoid creating a separate Scope in the ExecutionContextSaverLars Knoll2017-08-081-1/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-18/+30
* Change function signatures for call/construct backLars Knoll2017-08-041-22/+14
* Get rid of the compilation unit related members in ExecutionContextLars Knoll2017-08-031-2/+1
* Remove now unused filesLars Knoll2017-06-301-1/+0
* 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