aboutsummaryrefslogtreecommitdiffstats
path: root/tools/v4
Commit message (Expand)AuthorAgeFilesLines
* Remove the context argument from Managed::callLars Knoll2013-06-221-5/+5
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-5/+3
* Make it possible to evaluate JS with the v4 tool the QML waySimon Hausmann2013-06-171-0/+7
* Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-1/+1
* Add support for line numbers in stack traces (Linux/Mac OS X only at this point)Simon Hausmann2013-05-271-16/+22
* Various fixesLars Knoll2013-05-221-5/+4
* Add flag to the engine to enable/disable RegExp JITting.Erik Verbruggen2013-05-081-1/+6
* Cleanups to QV4::LookupLars Knoll2013-04-201-19/+19
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-152-11/+13
* Store the global object as an Object pointer in the engineLars Knoll2013-04-081-1/+1
* Check if "use strict" has no escaped chars.Erik Verbruggen2013-03-181-1/+1
* Rename qmljs_runtime to qv4runtimeLars Knoll2013-03-141-1/+1
* Rename qmljs_environment.* to qv4context.*Lars Knoll2013-03-141-1/+1
* "Fix" llvm build.Erik Verbruggen2013-03-071-0/+5
* Cleanup put and properly implement it for stringsLars Knoll2013-03-071-2/+2
* First part of moving get/put etc. into the Managed vtbl.Lars Knoll2013-03-071-1/+1
* Get rid of 'Value ExecutionEngine::exception' memberSimon Hausmann2013-03-061-5/+4
* Move function execution into a little ExecutionEngine::run helper functionSimon Hausmann2013-03-051-13/+5
* Cleanup: Get rid of manual unwind stackSimon Hausmann2013-03-041-1/+2
* Implement JavaScript exceptions using C++ exceptionsSimon Hausmann2013-03-031-20/+20
* Silence compilerLars Knoll2013-02-141-1/+1
* Move call/construct over into the new vtable.Lars Knoll2013-02-141-2/+12
* Fix print and gc in builtin v4 methodSimon Hausmann2013-02-141-34/+4
* Implement a first iteration of the fast property lookup schemeLars Knoll2013-02-121-0/+1
* Remove unnecessary sys/mman.h inclusionSimon Hausmann2013-02-091-1/+0
* Fix exports in v4 binarySimon Hausmann2013-02-091-3/+3
* Fixed the llvm bits of the build process.Erik Verbruggen2013-02-062-17/+19
* Avoid duplicated feature defines between tools/v4/v4.pro and src/v4/v4.proSimon Hausmann2013-02-011-16/+1
* Build fix.Jędrzej Nowacki2013-02-011-0/+5
* Re-enable llvm code in main.Erik Verbruggen2013-01-311-1/+0
* Fix compilation on Mac with clang.Erik Verbruggen2013-01-311-1/+1
* Make things more compliant with a regular Qt moduleLars Knoll2013-01-312-0/+444