aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+1
|\
| * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-48/+18
|\|
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-6/+6
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-36/+0
| * Move the prototype into the internal classLars Knoll2017-05-191-5/+12
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-3/+3
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-6/+7
* | Add a set() method to HeapValue as wellLars Knoll2017-03-091-1/+1
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-7/+7
* | Separate SimpleCallData and CallDataLars Knoll2017-03-091-2/+2
* | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-091-2/+2
* | New mark table implementationLars Knoll2017-03-091-20/+2
* | FunctionObject: Mark name/length property configurableRobin Burchell2017-02-031-4/+4
|/
* Convert more builtin functionsLars Knoll2017-01-251-40/+35
* Speed up invocation of builtin functionsLars Knoll2017-01-251-6/+31
* Inline creation of simple call contextsLars Knoll2017-01-251-4/+4
* Allocate simple call contexts from a special allocatorLars Knoll2017-01-251-10/+12
* Optimize code in instanceOf() of FunctionObject::protoForConstructor()Lars Knoll2016-12-131-5/+4
* Optimize Arguments ObjectLars Knoll2016-12-131-1/+8
* Clean up the amount of init() methods on FunctionObjectLars Knoll2016-12-111-42/+5
* Get rid of SimpleScriptFunctionLars Knoll2016-12-111-65/+15
* Fix the init() function in Heap::FunctionObjectLars Knoll2016-12-091-1/+2
* Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-091-5/+0
* Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-19/+0
* Don't create a QML function is the signal parameters are invalidLars Knoll2016-12-091-1/+3
* Get rid od ScriptFunction::init()Lars Knoll2016-12-091-5/+0
* Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-091-57/+16
* Move the check whether a function is simple to QV4::FunctionLars Knoll2016-12-091-6/+3
* Avoid some copies of Values on the JS stackLars Knoll2016-12-091-10/+8
* Use QV4::Function instead of the FunctionObject in CallContextLars Knoll2016-12-061-0/+2
* Add a sourceLocation() accessor to QV4::FunctionLars Knoll2016-12-061-3/+1
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+1
* Hint the compiler that exceptions are exceptional and not the hot pathErik Verbruggen2016-12-011-5/+5
* Reorder CallData building for better gcc codegenErik Verbruggen2016-12-011-6/+7
* V4: Prevent repeatedly loading a QV4::Function pointerErik Verbruggen2016-12-011-16/+20
* Precalculate and cache hasQmlDependenciesErik Verbruggen2016-12-011-4/+4
* 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