Jacek Caban
|
10b1a7edf6
|
jscript: Added conditional compilation tests.
|
2010-12-28 16:35:43 +01:00 |
Jacek Caban
|
0f36ef09b1
|
jscript: Ensure that the whole script is parsed.
|
2010-12-28 16:35:42 +01:00 |
Jacek Caban
|
aab8a1ba3a
|
jscript: Better syntax error tests.
|
2010-12-28 16:35:41 +01:00 |
Jacek Caban
|
f8afae75b5
|
jscript: Added ScriptEngine*Version functions implementation.
|
2010-12-27 15:39:40 +01:00 |
Jacek Caban
|
36fe9472c2
|
jscript: Added ScriptEngine() implementation.
|
2010-12-27 15:39:39 +01:00 |
Jacek Caban
|
8bcc61fb66
|
jscript: Exception tests clean up.
|
2010-12-21 00:21:17 +01:00 |
Jacek Caban
|
f2319fcd85
|
jscript: Added Date.setYear implementation.
|
2010-12-20 12:47:43 +01:00 |
Jacek Caban
|
668f417b9d
|
jscript: Added Date.setYear stub implementation.
|
2010-11-08 11:56:13 +01:00 |
Piotr Caban
|
dcdc6c7013
|
jscript: Improved VBArray related tests.
|
2010-10-19 15:25:40 +02:00 |
Piotr Caban
|
5a787b3a7f
|
jscript: Added VBArray handling to to_object().
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
29cdb21218
|
jscript: Added VBArray.toArray() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
41d7f8fc46
|
jscript: Added VBArray.getItem() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
2f4607887f
|
jscript: Added VBArray.dimensions() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
2aa7e3c614
|
jscript: Added VBArray.ubound() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
10a11d539c
|
jscrpt: Added VBScript.lbound() implementation.
|
2010-10-18 19:47:50 +02:00 |
Piotr Caban
|
17fc64157c
|
jscript: Implement VBArray constructor.
|
2010-10-18 19:47:49 +02:00 |
Piotr Caban
|
705ce33a6e
|
jscript: Added VBArray stub.
|
2010-10-18 19:47:49 +02:00 |
Reece Dunn
|
e368fd545c
|
jscript: Throw TypeError if T in 'new T' is not an object.
|
2010-10-05 14:07:48 +02:00 |
Jacek Caban
|
d6648e4f6a
|
jscript: Throw TypeError in in_eval.
|
2010-08-16 15:54:23 +02:00 |
Jacek Caban
|
be3dc38183
|
jscript: Throw TypeError in instanceof_expression_eval.
|
2010-08-16 15:54:23 +02:00 |
Jacek Caban
|
ae8cb5a1e6
|
jscript: Fixed Error.toString implementation for non-Error this.
|
2010-08-04 17:31:59 +02:00 |
Jacek Caban
|
6263f0079a
|
jscript: Use generic property for Error.number.
|
2010-08-02 14:09:26 +02:00 |
Jacek Caban
|
adb4e83eb2
|
jscript: Fixed sort_cmp for non-string arguments.
|
2010-07-19 14:37:59 +02:00 |
Jacek Caban
|
0cbe1574fe
|
jscript: Store builtin constructor's length in instance object.
|
2010-05-27 14:46:42 +02: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
|
13d6e57e72
|
jscript: Added Function constructor tests.
|
2009-12-10 12:01:06 +01:00 |
Jacek Caban
|
ec769d2d95
|
jscript: Correctly handle NaN in to_integer.
|
2009-12-04 14:34:57 +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
|
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
|
fded8dc017
|
jscript: Added invoke version 2 tests.
|
2009-10-20 13:48:20 +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 |
Piotr Caban
|
de0a875146
|
jscript: Added Global.escape() implementation.
|
2009-10-06 16:13:17 +02:00 |
Jacek Caban
|
2ea23923a7
|
jscript: Added ActiveXObject constructor stub implementation.
|
2009-09-29 13:34:53 +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 |
Jacek Caban
|
c168918d75
|
jscript: Throw type error fot Array.toString with wrong 'this' call.
|
2009-09-24 13:30:35 +02:00 |
Jacek Caban
|
bb4050d792
|
jscript: Throw correct error in get_length.
|
2009-09-23 17:08:31 +02:00 |
Jacek Caban
|
461180459b
|
jscript: Added Object.toString for host objects implementation.
|
2009-09-23 17:08:19 +02:00 |
Jacek Caban
|
9e523c6130
|
jscript: Added RegExp function call implementation.
|
2009-09-23 16:18:41 +02:00 |
Jacek Caban
|
86ad4c977c
|
jscript: Added Array.shift implementation.
|
2009-09-22 16:16:05 +02:00 |