aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4scopedvalue_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-1/+1
|\
| * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-14/+2
|\|
| * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-161-14/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+1
|\|
| * V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-271-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-081-3/+3
* Use the correct macro to detect 64-bit value encodingThiago Macieira2015-10-291-4/+4
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-4/+4
* Get rid of Scope.sizeLars Knoll2015-09-151-57/+0
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-7/+6
* Cleanup the ExecutionContextSaverLars Knoll2015-09-151-12/+3
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-25/+25
* Remove another wrong commentLars Knoll2015-06-171-1/+0
* Get rid of TypedValueLars Knoll2015-06-101-27/+0
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-4/+1
* Cleanup some of the casting codeLars Knoll2015-03-201-12/+10
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-37/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-21/+0
* Get rid of most uses of ValueRefLars Knoll2015-01-231-26/+18
* Refactor persistent valuesLars Knoll2015-01-161-5/+1
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-5/+0
* Make Managed inherit ValueLars Knoll2014-12-201-3/+3
* Make Property uses GC safeLars Knoll2014-12-201-1/+4
* Fix the way we set the property name during iterationLars Knoll2014-12-201-0/+7
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-1/+10
* Cleanup code that modifies the JS stackLars Knoll2014-12-191-8/+5
* Mark JS freed parts of the JS stack as undefined in valgrindLars Knoll2014-12-191-2/+9
* Make ExecutionContextSaver GC safeLars Knoll2014-12-191-0/+21
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* Cleanup header inclusion orderLars Knoll2014-12-111-19/+9
* Move function definition where it belongsLars Knoll2014-12-091-5/+0
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-2/+2
* Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-95/+0
* Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-0/+12
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-4/+4
* Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* Remove most calls to Value::managed()Lars Knoll2014-11-041-1/+1
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-10/+12
* Get rid of !this and similar constructsLars Knoll2014-10-311-0/+10
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix Scoped(Value) assignment/construction on 32-bitSimon Hausmann2014-07-221-0/+12
* Convert regexpsLars Knoll2014-07-221-0/+14
* Start implement new Object creation patternLars Knoll2014-07-221-0/+16
* Get rid of CallDataRefLars Knoll2014-07-221-32/+0
* Get rid of ManagedRefLars Knoll2014-07-221-22/+0
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-2/+0