Jacek Caban
|
0ce3bcee1b
|
jscript: Added leftContext and rightCont4ext tests.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
fe86330d7e
|
jscript: Treat no argument as "undefined" in RegExp.test.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
0cbe1574fe
|
jscript: Store builtin constructor's length in instance object.
|
2010-05-27 14:46:42 +02:00 |
Jacek Caban
|
6f17fa5298
|
jscript: Fixed String.match implementation for non-global regexps.
|
2010-04-15 14:19:19 +02:00 |
Jacek Caban
|
e3ae02433a
|
jscript: Use special case for lastIndex<0 only for global regexps in run_exec.
|
2010-04-15 14:19:16 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Jacek Caban
|
9fd4f4a44a
|
jscript: Added support for constructor property.
|
2010-02-08 17:14:43 +01:00 |
Jacek Caban
|
f623e3add8
|
jscript: Skip tests on old jscript.dll.
|
2010-01-25 12:53:26 +01:00 |
Jacek Caban
|
09651321e0
|
jscript: Moved resetting lastIndex to do_regexp_match_next.
|
2010-01-25 12:53:22 +01:00 |
Jacek Caban
|
43bc4af02d
|
jscript: Added String.replace implementation.
|
2010-01-25 12:53:18 +01:00 |
Jacek Caban
|
2a81ef06f8
|
jscript: Skip tests on too old jscript.dll.
|
2010-01-22 12:25:43 +01:00 |
Piotr Caban
|
8644a083a6
|
jscript: Make Array.sort generic.
|
2010-01-20 20:06:58 +01:00 |
Piotr Caban
|
91dcc245f9
|
jscript: Make Array.pop generic.
|
2010-01-20 20:06:55 +01:00 |
Piotr Caban
|
db137cc975
|
jscript: Make Array.join generic.
|
2010-01-18 14:19:21 +01:00 |
Piotr Caban
|
6f61893685
|
jscript: Added implementation of Array.reverse.
|
2010-01-18 14:19:16 +01:00 |
Jacek Caban
|
b5290bde98
|
jscript: Added a test using script dispatch after closing engine.
|
2009-12-31 12:12:17 +01:00 |
Jacek Caban
|
a0467ef11c
|
jscript: Make undefined a property of global object.
|
2009-12-21 15:01:25 +01:00 |
Jacek Caban
|
7705fe64d6
|
jscript: Fixed tests on some Windows.
|
2009-12-10 12:01:12 +01:00 |
Jacek Caban
|
13d6e57e72
|
jscript: Added Function constructor tests.
|
2009-12-10 12:01:06 +01:00 |
Jacek Caban
|
1045bffcc0
|
jscript: Fixed String.split for missing regexp separator.
|
2009-12-08 12:36:05 +01:00 |
Jacek Caban
|
c665b86cd0
|
jscript: Moved set_last_index call to do_regexp_match_next.
|
2009-12-08 12:36:01 +01:00 |
Jacek Caban
|
8d44d63849
|
jscript: Don't pass EXPR_NEWREF flag to evaluate member expression in array_expression_eval.
|
2009-12-07 14:18:28 +01:00 |
Jacek Caban
|
ec769d2d95
|
jscript: Correctly handle NaN in to_integer.
|
2009-12-04 14:34:57 +01:00 |
Jacek Caban
|
efda5561d0
|
jscript: Correctly handle NaN and Infinity in to_int32 and to_uint32.
|
2009-12-04 14:34:57 +01:00 |
Jacek Caban
|
9ac7949810
|
jscript: Correctly handle -1 index in regexp match result.
|
2009-12-03 10:22:20 +01:00 |
Jacek Caban
|
35b2ca947c
|
jscript: Added lastIndex tests.
|
2009-12-01 12:59:48 +01:00 |
Andrew Eikum
|
d4b670ad6a
|
jscript: Implement decodeURIComponent.
|
2009-11-17 15:14:56 +01:00 |
Piotr Caban
|
7d5c16b64e
|
jscript: Throw URIError in encodeURI function.
|
2009-11-09 19:42:40 +01:00 |
Piotr Caban
|
7869149101
|
jscript: Fix Error.toString() test.
|
2009-11-09 19:42:36 +01:00 |
Jacek Caban
|
56b04194fc
|
jscript: Don't return function value it's unless explicitly returned.
|
2009-11-05 11:57:30 +01:00 |
Jacek Caban
|
710219a53d
|
jscript: Pass global object as this if 'this' argument is null or undefined in Function.apply.
|
2009-10-30 11:31:55 +01:00 |
Jacek Caban
|
0e2132faf7
|
jscript: Pass global object as this if 'this' argument is null or undefined in Function.call.
|
2009-10-30 11:31:51 +01:00 |
Jacek Caban
|
0c8794614d
|
jscript: Fixed a test that depends on time zone.
|
2009-10-22 10:42:48 +02:00 |
Jacek Caban
|
fbb763a53e
|
jscript: Use the value returned from constructor in 'new' expression if the value if an object.
|
2009-10-20 13:48:29 +02:00 |
Jacek Caban
|
fded8dc017
|
jscript: Added invoke version 2 tests.
|
2009-10-20 13:48:20 +02:00 |
Jacek Caban
|
3b2d5ecdf5
|
jscript: Added SetProperty(SCRIPTPROP_INVOKEVERSIONING) implementation.
|
2009-10-20 13:47:40 +02:00 |
Jacek Caban
|
e52115d673
|
jscript: Create regexp object when evaluating regexp literal.
|
2009-10-14 15:10:32 +02:00 |
Piotr Caban
|
daf4da0646
|
jscript: Added Global.encodeURIComponent implementation.
|
2009-10-14 11:24:01 +02:00 |
Piotr Caban
|
662a8525f4
|
jscript: Fixed Global functions lengths.
|
2009-10-14 11:23:40 +02:00 |
Piotr Caban
|
50705c5683
|
jscript: Fixed escaped characters processing.
|
2009-10-08 12:05:52 +02:00 |
Piotr Caban
|
adc2a5697b
|
jscript: Added Date.toGMTString implementation.
|
2009-10-08 12:03:53 +02:00 |
Jacek Caban
|
06f26f53f7
|
jscript: Call SetSite on created ActiveX object.
|
2009-10-07 12:22:40 +02:00 |
Piotr Caban
|
de0a875146
|
jscript: Added Global.escape() implementation.
|
2009-10-06 16:13:17 +02:00 |
Jacek Caban
|
4462fb356d
|
jscript: Query created ActiveXObject for IObjectWithSite interface.
|
2009-10-05 13:46:00 +02:00 |
Jacek Caban
|
40160adf29
|
jscript: Added ActiveXObject tests.
|
2009-09-30 16:28:36 +02:00 |
Jacek Caban
|
2ea23923a7
|
jscript: Added ActiveXObject constructor stub implementation.
|
2009-09-29 13:34:53 +02:00 |
Jacek Caban
|
d833314c70
|
jscript: Use host global object as default 'this' if available and global object otherwise.
|
2009-09-28 12:38:00 +02:00 |
Jacek Caban
|
7f2d50f344
|
jscript: Throw type error from call and apply functions.
|
2009-09-24 13:30:45 +02:00 |
Jacek Caban
|
52ac3b3bf0
|
jscript: Added Object.toString implementation for variable object.
|
2009-09-24 13:30:40 +02:00 |