masm
|
Fix build with shadow builds
|
2012-11-07 10:54:12 +01:00 |
moth
|
Add more built-ins to the interpreter.
|
2012-11-27 12:21:01 +01:00 |
tests
|
Support for the with statement
|
2012-11-25 10:20:25 +01:00 |
.gitignore
|
Ignore generated files
|
2012-10-10 13:19:32 +02:00 |
llvm_runtime.cpp
|
Fix some issues with the delete operator
|
2012-11-25 10:21:12 +01:00 |
main.cpp
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qmljs_engine.cpp
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qmljs_engine.h
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qmljs_environment.cpp
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qmljs_environment.h
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qmljs_math.h
|
Fix isel for eval and a whole bunch of other warnings.
|
2012-11-19 14:02:58 +01:00 |
qmljs_objects.cpp
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qmljs_objects.h
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qmljs_runtime.cpp
|
Obey strict mode for property getters and setters
|
2012-11-28 09:59:26 +01:00 |
qmljs_runtime.h
|
Correctly instantiate variables in the local scope
|
2012-11-27 11:51:28 +01:00 |
qmljs_value.cpp
|
Move Value into it's own header/cpp file
|
2012-11-19 10:29:39 +01:00 |
qmljs_value.h
|
Fix isel for eval and a whole bunch of other warnings.
|
2012-11-19 14:02:58 +01:00 |
qv4_llvm_p.h
|
Added different output types to LLVM backend to ease debugging.
|
2012-11-14 08:40:37 +01:00 |
qv4array.cpp
|
Generate correct code when calling values
|
2012-10-17 09:35:39 +02:00 |
qv4array_p.h
|
Rename Context to ExecutionContext
|
2012-11-19 10:28:56 +01:00 |
qv4codegen.cpp
|
Check for strict mode, and store it.
|
2012-11-27 16:50:36 +01:00 |
qv4codegen_p.h
|
Implement the first parts of strict mode.
|
2012-11-28 09:56:17 +01:00 |
qv4ecmaobjects.cpp
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qv4ecmaobjects_p.h
|
Throw a SyntaxError instead of printing an error message.
|
2012-11-28 12:31:20 +01:00 |
qv4ir.cpp
|
Correctly instantiate variables in the local scope
|
2012-11-27 11:51:28 +01:00 |
qv4ir_p.h
|
Check for strict mode, and store it.
|
2012-11-27 16:50:36 +01:00 |
qv4isel_llvm.cpp
|
Changed the interpreter and compiler backends to move consts.
|
2012-11-14 13:41:42 +01:00 |
qv4isel_llvm_p.h
|
Fix isel for eval and a whole bunch of other warnings.
|
2012-11-19 14:02:58 +01:00 |
qv4isel_masm.cpp
|
Correctly instantiate variables in the local scope
|
2012-11-27 11:51:28 +01:00 |
qv4isel_masm_p.h
|
Fix constant value parameter passing on ia32
|
2012-11-26 23:02:07 +01:00 |
qv4isel_p.cpp
|
Keep the EvalISelFactory in the ExecutionEngine.
|
2012-11-21 15:47:14 +01:00 |
qv4isel_p.h
|
Keep the EvalISelFactory in the ExecutionEngine.
|
2012-11-21 15:47:14 +01:00 |
qv4isel_util_p.h
|
Allow Const's as operands to Binop in moth.
|
2012-11-12 22:02:55 +01:00 |
qv4syntaxchecker.cpp
|
Add missing license headers
|
2012-10-12 10:51:06 +02:00 |
qv4syntaxchecker_p.h
|
Add missing license headers
|
2012-10-12 10:51:06 +02:00 |
test_interpreter.py
|
Add a script to test the interpreter on *.js files.
|
2012-11-13 14:08:44 +01:00 |
v4.pro
|
Fix isel for eval and a whole bunch of other warnings.
|
2012-11-19 14:02:58 +01:00 |
v4cc
|
Initial work on exceptions for the AOT compiler.
|
2012-06-06 15:30:50 +02:00 |