jscript: Avoid FALSE:TRUE conditional expressions.
[wine] / dlls / jscript / tests /
2012-07-30  Jacek Cabanjscript/tests: Use proper helpers for iface calls.
2012-07-24  Jacek Cabanjscript: Use prototype for builtin String properties.
2012-07-24  Jacek Cabanjscript: Use prototype for builtin RegExp properties.
2012-07-24  Jacek Cabanjscript: Use prototype for builtin Number properties.
2012-07-24  Jacek Cabanjscript: Use prototype for builtin Date properties.
2012-07-24  Jacek Cabanjscript: Use prototype for builtin Boolean properties.
2012-07-24  Jacek Cabanjscript: Use prototype for builtin Array properties.
2012-07-23  Jacek Cabanjscript: Added more tests.
2012-07-16  Jacek Cabanjscript: Don't set constructor property to each object...
2012-07-16  Jacek Cabanjscript: Expose RegExpError constructor in global object.
2012-07-16  Jacek Cabanjscript: Properly set Error object's constructor property.
2012-07-16  Jacek Cabanjscript: Properly set Function constructor's constructo...
2012-07-16  Jacek Cabanjscript: Properly handle constructor property for most...
2012-07-16  Jacek Cabanjscript: Properly set Number.prototyp.constructor.
2012-06-25  Jacek Cabanjscript: Added more apply and call tests.
2012-06-18  André Hentscheljscript/tests: Fix some typos.
2012-05-21  Michael Stefaniucjscript/tests: Check the correct return value.
2012-05-14  Francois Gougetjscript/tests: Fix the spelling of the testEmbeddedFunc...
2012-05-04  Jacek Cabanjscript: Added support for VT_INT.
2012-05-04  Jacek Cabanjscript: Skip failing tests on old jscript versions.
2012-05-03  Jacek Cabanjscript: Better handling of to_integer result in String...
2012-05-03  Jacek Cabanjscript: Bettter handling of to_number result in String...
2012-05-03  Jacek Cabanjscript: Better handling of to_integer result in String...
2012-05-03  Jacek Cabanjscript: Better handling of to_integer result in String...
2012-05-03  Jacek Cabanjscript: Better handling of to_integer result in Array...
2012-05-01  Jacek Cabanjscript: Added VT_I2 tests.
2012-04-20  Jacek Cabanjscript: Added regexp 'pre-parser' to support non-backs...
2012-04-19  Piotr Cabanjscript: Added Number.toPrecision implementation.
2012-04-19  Piotr Cabanjscript: Added Number.toExponential implementation.
2012-04-19  Piotr Cabanjscript: Added Number.toFixed implementation.
2012-04-18  Jacek Cabanjscript: Correctly handle empty matches in String.replace.
2012-04-17  Jacek Cabanjscript: Added parameterized property assignment tests.
2012-04-16  Jacek Cabanjscript: Make sure to jump out of switch before enterin...
2012-04-09  Jacek Cabanjscript: Replace only the first match for non-regexp...
2012-04-02  Jacek Cabanjscript: Fixed parsing /=/ regexp.
2012-04-02  Jacek Cabanjscript: Emit undefined statement return for switch...
2012-04-02  Jacek Cabanjscript: Fixed jsheap_grow implementation.
2012-03-28  Jacek Cabanjscript: Properly handle NULL bstr in str_to_number.
2012-03-26  Jacek Cabanjscript: Added decoding tests.
2012-03-26  Jacek Cabanjscript: Added JScriptEncode object tests.
2012-03-12  Jacek Cabanjscript: Added VARIANT conversion tests.
2012-03-09  Jacek Cabanjscript: Pass proper caller argument to InvokeEx.
2012-01-27  Jacek Cabanjscript: Get rid of unused SET_CALLED macro.
2012-01-25  Alistair Leslie... jscript: ActiveX objects might not support IServiceProv...
2012-01-17  Jacek Cabanjscript: Added labelled statements tests.
2012-01-12  Jacek Cabanjscript: Fixed jscript tests on some broken versions.
2012-01-12  Jacek Cabanjscript: Run sanity check with invoke_version 0.
2012-01-12  Jacek Cabanjscript: Don't use break in finally block on pre-IE8...
2012-01-10  Jacek Cabanjscript: Fixed continue inside for..in statement.
2012-01-06  Jacek Cabanjscript: Run script tests in version 2 by default.
2011-12-30  Jacek Cabanjscript: Handle invalid continue statements in compiler.
2011-12-30  Jacek Cabanjscript: Handle invalid break statements in compiler.
2011-12-28  Jacek Cabanjscript: Added more control flow tests.
2011-12-28  Jacek Cabanjscript: Added bytecode version of try statement.
2011-12-19  Jacek Cabanjscript: Use bytecode for block statement implementation.
2011-12-16  Jacek Cabanjscript: Use bytecode for function expression implement...
2011-12-15  Jacek Cabanjscript: Don't pass EXPR_NEWREF to name expression...
2011-12-15  Jacek Cabanjscript: Throw type error on invalid delete.
2011-12-15  Jacek Cabanjscript: Added more deleting tests.
2011-12-12  Jacek Cabanjscript: Properly handle NULL IDispatch in stack_pop_ob...
2011-12-12  Jacek Cabanjscript: Don't use EXPR_NEWREF in forin_statement_event.
2011-12-12  Jacek Cabanjscript: Don't use EXPR_NEWREF in for_statement_event.
2011-12-07  Jacek Cabanjscript: Use bytecode for post-increment expression.
2011-12-07  Jacek Cabanjscript: Use bytecode for calls on identifier and membe...
2011-12-05  Jacek Cabanjscript: Use bytecode for invalid assignments.
2011-12-05  Jacek Cabanjscript: Use bytecode for assignment to identifier.
2011-11-30  Jacek Cabanjscript: Use bytecode for delete on array expression...
2011-11-22  Jacek Cabanjscript: Added tests of unary '+' on not existent property.
2011-11-21  Jacek Cabanjscript: Use bytecode for binary negation implementation.
2011-11-18  Jacek Cabanjscript: Use bytecode interpreter for logical negation...
2011-09-19  Jacek Cabanjscript: Removed useless undef ACTSCPSITE_THIS.
2011-09-19  Francois Gougetjscript/tests: Some tests require that the user interfa...
2011-09-02  Piotr Cabanjscript/tests: Added decodeURI tests.
2011-09-02  Piotr Cabanjscript: Throw exception on error in JSGlobal_encodeURI...
2011-09-02  Piotr Cabanjscript: Added Object.hasOwnProperty implementation.
2011-09-01  Jacek Cabanjscript: Added more SetInterfaceSafetyOptions tests...
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-07-18  Jacek Cabanjscript: Properly handle aggregation attempt.
2011-06-27  Detlef Riekenbergjscript/tests: Fix copy & paste typos.
2011-06-21  Jacek Cabanjscript: Correctly throw an exception if instanceof...
2011-06-21  Jacek Cabanjscript: Correctly handle forin statement on pure IDisp...
2011-02-28  Jacek Cabanjscript: Fixed corner cases in parseInt implementation.
2011-02-22  Jacek Cabanjscript: Added more uninitialization tests.
2011-02-17  Austin Englishjscript/tests: Remove a dead assignment (LLVM/Clang).
2011-01-03  Marcus Meissnerjscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64.
2010-12-29  Jacek Cabanjscript: Return 'unknown' in typeof operator for native...
2010-12-29  Jacek Cabanjscript: Don't unescape '\v'.
2010-12-28  Jacek Cabanjscript: Added conditional compilation tests.
2010-12-28  Jacek Cabanjscript: Ensure that the whole script is parsed.
2010-12-28  Jacek Cabanjscript: Better syntax error tests.
2010-12-27  Jacek Cabanjscript: Added ScriptEngine*Version functions implement...
2010-12-27  Jacek Cabanjscript: Added ScriptEngine() implementation.
2010-12-20  Jacek Cabanjscript: Exception tests clean up.
2010-12-20  Jacek Cabanjscript: Added Date.setYear implementation.
2010-11-08  Jacek Cabanjscript: Added Date.setYear stub implementation.
2010-10-20  Piotr Cabanjscript: Added invocation flag tests.
2010-10-19  Piotr Cabanjscript: Add index, input and lastIndex properties...
2010-10-19  Piotr Cabanjscript: Improved VBArray related tests.
2010-10-18  Piotr Cabanjscript: Added VBArray handling to to_object().
next