Qt Declarative (Quick 2)
Go to file
Simon Hausmann e7e2aa4568 Fix name function expressions
We should also insert those into the environment members if they have
a name and are part of an expression statement. Simple testcase
example:

try {
    function foo() { ... }
} catch (e) {}

Then foo should be visible as if it was declared outside of the try.

Change-Id: I8d23a28e1c4537d4f57f9cb0d559e6163e0fdef0
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-02-09 10:53:50 +01:00
src Fix name function expressions 2013-02-09 10:53:50 +01:00
tests Fix name function expressions 2013-02-09 10:53:50 +01:00
tools Remove unnecessary sys/mman.h inclusion 2013-02-09 10:40:59 +01:00
.gitignore Fixed the llvm bits of the build process. 2013-02-06 08:48:12 +01:00
.gitmodules Initial import of Test262 test suite 2013-01-04 21:09:22 +01:00
.qmake.conf Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00
sync.profile Make things more compliant with a regular Qt module 2013-01-31 07:01:54 +01:00
test_interpreter.py Allow to run tests in parallel. 2012-12-18 09:19:57 +01:00
v4cc Initial work on exceptions for the AOT compiler. 2012-06-06 15:30:50 +02:00
v4vm.pro Say hello to QtV4 module. 2013-01-30 13:20:40 +01:00