Qt Declarative (Quick 2)
Go to file
Lars Knoll 418f09d7fa getPrototypeOf returns null if the object doesn't have a prototype
Change-Id: I33b63bf19b3b8bb3292f3a2f783228f404ed7cac
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
2013-01-14 16:31:27 +01:00
3rdparty/double-conversion Fix remaining number-to-string failures in chapter 9 2013-01-03 16:44:03 +01:00
masm Replace the WTF RefPtrs with simpler versions 2013-01-07 16:04:11 +01:00
moth moth: add builtin_define_getter_setter and builtin_define_property. 2013-01-08 16:19:57 +01:00
tests getPrototypeOf returns null if the object doesn't have a prototype 2013-01-14 16:31:27 +01:00
.gitignore Ignore Qt Creator .pro.user files. 2013-01-07 15:56:34 +01:00
.gitmodules Initial import of Test262 test suite 2013-01-04 21:09:22 +01:00
debugging.cpp Debugging fixes. 2012-12-18 15:18:29 +01:00
debugging.h Debugging fixes. 2012-12-18 15:18:29 +01:00
llvm_runtime.cpp Fix typeof to work with undefined references 2012-12-08 05:33:51 +01:00
main.cpp Fix some compiler warnings. 2013-01-09 10:35:27 +01:00
qmljs_engine.cpp The prototype of error constructors is the function prototype 2013-01-14 16:31:05 +01:00
qmljs_engine.h Implement Function.prototype.bind 2013-01-14 12:54:45 +01:00
qmljs_environment.cpp Add support for throwing RangeErrors 2013-01-12 23:19:00 +01:00
qmljs_environment.h Add support for throwing RangeErrors 2013-01-12 23:19:00 +01:00
qmljs_math.h Use two operand version of imul 2012-12-04 23:02:48 +01:00
qmljs_objects.cpp Fix a corner case in the arguments object 2013-01-14 16:30:49 +01:00
qmljs_objects.h Implement Function.prototype.bind 2013-01-14 12:54:45 +01:00
qmljs_runtime.cpp for(a in b) doesn't throw if b is null or undefined 2013-01-14 12:57:19 +01:00
qmljs_runtime.h Fixes for defineProperty 2013-01-12 23:20:07 +01:00
qmljs_value.cpp Allow the compiler to inline 2012-12-17 10:45:45 +01:00
qmljs_value.h Fixes for defineProperty 2013-01-12 23:20:07 +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 Fix Array.prototype.indexOf 2013-01-14 12:56:51 +01:00
qv4array.h Fix Array.prototype.indexOf 2013-01-14 12:56:51 +01:00
qv4codegen.cpp Fix Array.prototype.indexOf 2013-01-14 12:56:51 +01:00
qv4codegen_p.h Fix liveness analyses for hidden exception handling TEMPs. 2012-12-18 11:44:29 +01:00
qv4ecmaobjects.cpp getPrototypeOf returns null if the object doesn't have a prototype 2013-01-14 16:31:27 +01:00
qv4ecmaobjects_p.h Implement Array.isArray() 2013-01-14 13:44:33 +01:00
qv4ir.cpp Set data properties using __defineOwnProperties__ 2013-01-04 09:16:06 +01:00
qv4ir_p.h Set data properties using __defineOwnProperties__ 2013-01-04 09:16:06 +01:00
qv4isel_llvm.cpp More compilation fixes. 2012-12-18 10:19:16 +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 Set data properties using __defineOwnProperties__ 2013-01-04 09:16:06 +01:00
qv4isel_masm_p.h Correctly set up nested functions 2012-12-13 12:38:11 +01:00
qv4isel_p.cpp Fixes for the arguments object 2012-12-14 13:10:25 +01:00
qv4isel_p.h Correctly set up nested functions 2012-12-13 12:38:11 +01:00
qv4isel_util_p.h Correctly handle negative 0 2012-12-12 11:49:14 +01:00
qv4managed.cpp Move the mark and inUse bits into the Managed class 2013-01-03 12:20:10 +01:00
qv4managed.h Fix compilation issues. 2013-01-12 23:18:48 +01:00
qv4mm.cpp Make Array.length a real property with attributes 2013-01-12 23:20:01 +01:00
qv4mm.h Fix compilation with clang on Mac OS X 2013-01-03 14:31:32 +01:00
qv4objectiterator.cpp Refactored iteration over object properties 2013-01-11 10:05:48 +01:00
qv4objectiterator.h Refactored iteration over object properties 2013-01-11 10:05:48 +01:00
qv4propertydescriptor.h Remove qdebug 2013-01-14 12:54:56 +01:00
qv4propertytable.h Don't deref 0 pointers 2013-01-14 13:43:35 +01:00
qv4string.cpp Fixes for defineProperty 2013-01-12 23:20:07 +01:00
qv4string.h Add String::toUInt32() and fix has value for "01", ... 2013-01-12 23:19:21 +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 Allow to run tests in parallel. 2012-12-18 09:19:57 +01:00
v4.pro Make check improvements 2013-01-14 14:53:44 +01:00
v4cc Initial work on exceptions for the AOT compiler. 2012-06-06 15:30:50 +02:00