Qt Declarative (Quick 2)
Go to file
Lars Knoll e75251e72b Implement Object.seal/freeze/preventExtensions
And the corresponding getters.

Change-Id: I5038ec3f87f932d65c67cafd36ec00b9970a5f51
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
2012-11-29 07:54:50 +01:00
masm Fix build with shadow builds 2012-11-07 10:54:12 +01:00
moth Fix copy-paste coding error. "m" is null in the else part. 2012-11-28 15:02:32 +01:00
tests Add defineGetter and defineSetter methods to Object 2012-11-29 07:52:39 +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 Tune the message property (value) of SytaxError a bit. 2012-11-28 14:22:10 +01:00
qmljs_engine.cpp Introduce a simple string pool to speed up lookups. 2012-11-28 14:06:06 +01:00
qmljs_engine.h Introduce a simple string pool to speed up lookups. 2012-11-28 14:06:06 +01:00
qmljs_environment.cpp Tune the message property (value) of SytaxError a bit. 2012-11-28 14:22:10 +01:00
qmljs_environment.h Tune the message property (value) of SytaxError a bit. 2012-11-28 14:22:10 +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 Add defineGetter and defineSetter methods to Object 2012-11-29 07:52:39 +01:00
qmljs_objects.h Add defineGetter and defineSetter methods to Object 2012-11-29 07:52:39 +01:00
qmljs_runtime.cpp Replace qIsNaN usage with std::isnan, which is often faster. 2012-11-28 14:07:27 +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 Implement Object.seal/freeze/preventExtensions 2012-11-29 07:54:50 +01:00
qv4ecmaobjects_p.h Add defineGetter and defineSetter methods to Object 2012-11-29 07:52:39 +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