Jacek Caban
|
8f36daa422
|
jscript: Properly handle NULL bstr in str_to_number.
|
2012-03-28 17:28:34 +02:00 |
Jacek Caban
|
c18b84cf4e
|
jscript: Added decoding tests.
|
2012-03-26 18:15:15 +02:00 |
Jacek Caban
|
129183ebb0
|
jscript: Added JScriptEncode object tests.
|
2012-03-26 18:15:09 +02:00 |
Jacek Caban
|
93972b79cc
|
jscript: Added VARIANT conversion tests.
|
2012-03-12 16:37:18 +01:00 |
Jacek Caban
|
dfb59c6049
|
jscript: Pass proper caller argument to InvokeEx.
|
2012-03-09 11:31:15 +01:00 |
Jacek Caban
|
2830a21e1d
|
jscript: Get rid of unused SET_CALLED macro.
|
2012-01-27 18:05:52 +01:00 |
Alistair Leslie-Hughes
|
ae46ad83a5
|
jscript: ActiveX objects might not support IServiceProvider Interface.
|
2012-01-25 20:39:48 +01:00 |
Jacek Caban
|
5c47f4a269
|
jscript: Added labelled statements tests.
|
2012-01-17 14:08:32 +01:00 |
Jacek Caban
|
5561ee635c
|
jscript: Fixed jscript tests on some broken versions.
|
2012-01-12 16:09:45 +01:00 |
Jacek Caban
|
afcb9a0130
|
jscript: Run sanity check with invoke_version 0.
|
2012-01-12 16:09:42 +01:00 |
Jacek Caban
|
e7bb8813a9
|
jscript: Don't use break in finally block on pre-IE8 jscript.
|
2012-01-12 16:09:33 +01:00 |
Jacek Caban
|
dc5a75a7ac
|
jscript: Fixed continue inside for..in statement.
|
2012-01-10 17:58:57 +01:00 |
Jacek Caban
|
5640da1414
|
jscript: Run script tests in version 2 by default.
|
2012-01-06 19:24:23 +01:00 |
Jacek Caban
|
11ccf0f33e
|
jscript: Handle invalid continue statements in compiler.
|
2011-12-30 15:41:01 +01:00 |
Jacek Caban
|
7361cdc2f3
|
jscript: Handle invalid break statements in compiler.
|
2011-12-30 15:40:58 +01:00 |
Jacek Caban
|
d7fd00fdab
|
jscript: Added more control flow tests.
|
2011-12-28 17:49:35 +01:00 |
Jacek Caban
|
3b56e49ef9
|
jscript: Added bytecode version of try statement.
|
2011-12-28 17:48:48 +01:00 |
Jacek Caban
|
f6023c428a
|
jscript: Use bytecode for block statement implementation.
|
2011-12-19 20:15:46 +01:00 |
Jacek Caban
|
b268e41da6
|
jscript: Use bytecode for function expression implementation.
|
2011-12-16 16:38:28 +01:00 |
Jacek Caban
|
43a2d8b990
|
jscript: Don't pass EXPR_NEWREF to name expression in array_expression_eval.
|
2011-12-15 17:46:46 +01:00 |
Jacek Caban
|
fd6ecbd781
|
jscript: Throw type error on invalid delete.
|
2011-12-15 17:46:42 +01:00 |
Jacek Caban
|
7845fe595d
|
jscript: Added more deleting tests.
|
2011-12-15 17:46:41 +01:00 |
Jacek Caban
|
2c8e8948df
|
jscript: Properly handle NULL IDispatch in stack_pop_object.
|
2011-12-12 15:50:46 +01:00 |
Jacek Caban
|
f8e3e92be3
|
jscript: Don't use EXPR_NEWREF in forin_statement_event.
|
2011-12-12 15:50:45 +01:00 |
Jacek Caban
|
106fcb8e87
|
jscript: Don't use EXPR_NEWREF in for_statement_event.
|
2011-12-12 15:50:45 +01:00 |
Jacek Caban
|
a508149fad
|
jscript: Use bytecode for post-increment expression.
|
2011-12-07 17:50:01 +01:00 |
Jacek Caban
|
3aa7cee00e
|
jscript: Use bytecode for calls on identifier and member expressions.
|
2011-12-07 17:50:00 +01:00 |
Jacek Caban
|
8511797c07
|
jscript: Use bytecode for invalid assignments.
|
2011-12-05 12:25:04 +01:00 |
Jacek Caban
|
d3d2f063b6
|
jscript: Use bytecode for assignment to identifier.
|
2011-12-05 12:24:50 +01:00 |
Jacek Caban
|
facc2189d2
|
jscript: Use bytecode for delete on array expression implementation.
|
2011-11-30 11:51:20 +01:00 |
Jacek Caban
|
dcca57fd87
|
jscript: Added tests of unary '+' on not existent property.
|
2011-11-22 17:17:05 +01:00 |
Jacek Caban
|
2d83bdcfbe
|
jscript: Use bytecode for binary negation implementation.
|
2011-11-21 16:16:42 +01:00 |
Jacek Caban
|
418af7eda9
|
jscript: Use bytecode interpreter for logical negation expression.
|
2011-11-18 15:37:08 +01:00 |
Jacek Caban
|
c46c47cbf3
|
jscript: Removed useless undef ACTSCPSITE_THIS.
|
2011-09-19 18:32:51 +02:00 |
Francois Gouget
|
405c3ef483
|
jscript/tests: Some tests require that the user interface be in English.
|
2011-09-19 17:56:04 +02:00 |
Piotr Caban
|
726f003293
|
jscript/tests: Added decodeURI tests.
|
2011-09-02 18:28:24 +02:00 |
Piotr Caban
|
df96b7297b
|
jscript: Throw exception on error in JSGlobal_encodeURIComponent.
|
2011-09-02 18:10:14 +02:00 |
Piotr Caban
|
71b58e56c2
|
jscript: Added Object.hasOwnProperty implementation.
|
2011-09-02 18:10:07 +02:00 |
Jacek Caban
|
ff0cea33d0
|
jscript: Added more SetInterfaceSafetyOptions tests and fixes.
|
2011-09-01 18:16:28 +02:00 |
Francois Gouget
|
c992ca277d
|
Assorted spelling fixes.
|
2011-08-24 19:07:46 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Jacek Caban
|
5b16e6e0fd
|
jscript: Properly handle aggregation attempt.
|
2011-07-18 18:30:43 +02:00 |
Detlef Riekenberg
|
4d1a28b299
|
jscript/tests: Fix copy & paste typos.
|
2011-06-27 16:41:52 -05:00 |
Jacek Caban
|
a7cc9441e9
|
jscript: Correctly throw an exception if instanceof expression is not used on function.
|
2011-06-21 18:14:49 +02:00 |
Jacek Caban
|
42c2bd7bd9
|
jscript: Correctly handle forin statement on pure IDispatch object.
|
2011-06-21 18:14:47 +02:00 |
Jacek Caban
|
04e9b16c5b
|
jscript: Fixed corner cases in parseInt implementation.
|
2011-02-28 13:21:38 +01:00 |
Jacek Caban
|
01a6286b5f
|
jscript: Added more uninitialization tests.
|
2011-02-22 12:28:09 +01:00 |
Austin English
|
4dc81b6518
|
jscript/tests: Remove a dead assignment (LLVM/Clang).
|
2011-02-17 18:33:43 +01:00 |
Marcus Meissner
|
45e2bd7c2e
|
jscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64.
|
2011-01-03 11:54:06 +01:00 |
Jacek Caban
|
3d1595dc81
|
jscript: Return 'unknown' in typeof operator for native object's values that can't be retrieved.
|
2010-12-29 17:43:13 +01:00 |