aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtimeapi_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-161-1/+0
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-201-0/+2
* Move the construction of the JSCall frame into the runtimeLars Knoll2017-11-071-8/+8
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-0/+2
|\
* | Remove unused methodLars Knoll2017-09-151-1/+0
* | Remove unused UnwindException instructionLars Knoll2017-08-281-1/+0
* | Cleanup and inline context push/pop related codeLars Knoll2017-08-281-4/+2
* | Specialize possible direct calls to evalLars Knoll2017-08-251-0/+1
* | Cleanup object construction instructionsLars Knoll2017-08-251-5/+1
* | Always retrieve the this object from the stackLars Knoll2017-08-101-1/+0
* | More consistent naming of instructions and runtime methodsLars Knoll2017-08-101-16/+16
* | Split StoreName into StoreNameStrict and StoreNameSloppyLars Knoll2017-08-101-1/+2
* | Remove some unused runtime methodsLars Knoll2017-08-101-8/+0
* | Refactor context handlingLars Knoll2017-08-101-3/+3
* | Don't throw exceptions in Object::delete(indexed) anymoreLars Knoll2017-08-101-5/+4
* | Don't throw errors from the internal put methods anymoreLars Knoll2017-08-101-3/+3
* | Create separate instructions to create both types of arguments objectsLars Knoll2017-08-101-1/+2
* | Inline more of the runtime code into the interpreterLars Knoll2017-08-081-8/+0
* | Introduce an accumulator in the interpreter, and change instructionsErik Verbruggen2017-08-021-4/+2
* | Bring back captureRequired on scope/contest property loadingErik Verbruggen2017-07-041-8/+2
* | Remove interpreter instructions we can't generate anymoreErik Verbruggen2017-06-301-6/+2
* | Add support for post increment/decrementErik Verbruggen2017-06-211-2/+4
|/
* Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-211-8/+2
* Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-171-236/+156
* Fix build of QtQuick compiler generated code with popScope()Simon Hausmann2016-12-021-0/+5
* V4: check for exceptions after convertThisToObjectErik Verbruggen2016-11-241-7/+2
* Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-301-2/+2
* V4: Fix JavaScript finally-block executionErik Verbruggen2016-08-101-0/+33
* Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-21/+0
* qv4runtimeapi_p.h: Add "We mean it" comment.Friedemann Kleint2016-05-041-0/+11
* QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-0/+21
* Removed unused typedefsLars Knoll2016-04-111-2/+0
* Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-111-22/+44
* Convert comparison methods to the new runtime syntaxLars Knoll2016-04-111-10/+20
* Convert unary operations to new calling conventionLars Knoll2016-04-111-6/+12
* Convert 3rd batch of runtime methodsLars Knoll2016-04-111-19/+37
* Convert second batch of runtime methodsLars Knoll2016-04-111-14/+28
* Convert the first batch of runtime functionsLars Knoll2016-04-111-28/+57
* Start converting Runtime calls to 'vtable' callsLars Knoll2016-04-111-1/+15
* Move the Runtime API into it's own fileLars Knoll2016-04-111-0/+193