aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-27/+36
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* QML: Make all context objects trivialErik Verbruggen2016-09-301-12/+4
* QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-281-16/+16
* Fix SimpleScriptFunction::constructLars Knoll2016-08-091-1/+4
* Fix signatures of FunctionObject::construct and callLars Knoll2016-08-091-4/+4
* Fix endianness in constant handlingSimon Hausmann2016-08-031-2/+2
* Make generated code loading constants relocatableSimon Hausmann2016-08-021-0/+2
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-1/+1
* QML: Do not register static QML dependencies on every call.Erik Verbruggen2016-06-241-1/+1
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-92/+94
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Fix crash in a non-debug build with assertions enabledThiago Macieira2015-12-291-12/+4
* Fix crash related to BoundFunctionsFrank Meerkoetter2015-11-231-1/+2
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-21/+12
* Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-1/+1
* CleanupsLars Knoll2015-09-151-12/+11
* Further cleanupsLars Knoll2015-09-151-3/+3
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-4/+4
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-14/+10
* Explicitly push/pop ExecutionContextsLars Knoll2015-09-151-1/+6
* Cleanup the ExecutionContextSaverLars Knoll2015-09-151-9/+11
* Don't push new QML contexts onto the context stackLars Knoll2015-09-081-1/+0
* Refactor the way we declare signal parameter namesLars Knoll2015-09-081-20/+2
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-0/+37
* Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-201-5/+5
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-6/+18
* Clean up ExecutionContext's for QMLLars Knoll2015-06-181-1/+1
* Store rootcontext in a GC safe wayLars Knoll2015-06-171-1/+1
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-13/+13
* Move evalfunction and thrower onto the js stackLars Knoll2015-04-241-4/+4
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-7/+7
* Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-6/+31
|\
| * Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-0/+7
| * Speed up script binding initializationSimon Hausmann2015-04-161-6/+12
| * Speed up binding evaluationSimon Hausmann2015-04-161-0/+12
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-4/+4
* | More cleanupsLars Knoll2015-04-211-38/+37
* | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
|/
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the realArgumentsCount member in CallContextLars Knoll2015-01-231-8/+4
* CleanupsLars Knoll2015-01-231-12/+12
* CleanupsLars Knoll2015-01-231-3/+3
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-3/+3
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-4/+4