Jacek Caban
|
f824a1656d
|
jscript: Use generic properties for NaN and Infinity implementation.
|
2010-08-02 14:09:08 +02:00 |
Jacek Caban
|
922efb88bb
|
jscript: Added support for Function.arguments property.
|
2010-07-28 12:22:31 +02:00 |
Alexandre Julliard
|
b4d21efd12
|
jscript/tests: Fix a test that fails because of the reduced FPU precision.
|
2010-06-22 12:52:03 +02:00 |
Jacek Caban
|
9fd4f4a44a
|
jscript: Added support for constructor property.
|
2010-02-08 17:14:43 +01:00 |
Jacek Caban
|
a0467ef11c
|
jscript: Make undefined a property of global object.
|
2009-12-21 15:01:25 +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
|
efda5561d0
|
jscript: Correctly handle NaN and Infinity in to_int32 and to_uint32.
|
2009-12-04 14:34:57 +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
|
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
|
e52115d673
|
jscript: Create regexp object when evaluating regexp literal.
|
2009-10-14 15:10:32 +02:00 |
Jacek Caban
|
a8c7e97d0a
|
jscript: Fixed to_object for NULL IDispatch.
|
2009-09-24 13:30:28 +02:00 |
Jacek Caban
|
b2b197faba
|
jscript: Don't require semicolon after function expression.
|
2009-09-23 16:18:46 +02:00 |
Jacek Caban
|
02615bb45f
|
jscript: Added arguments.callee implementation.
|
2009-09-22 16:16:25 +02:00 |
Jacek Caban
|
6888ea3913
|
jscript: Fixed NULL IDispatch comparistion.
|
2009-09-17 10:08:19 -05:00 |
Jacek Caban
|
e7f2754c32
|
jscript: Fixed to_primitive for null dispatch.
|
2009-09-15 14:31:59 -05:00 |
Jacek Caban
|
3e1430e0e4
|
jscript: Fixed null dispatch comparison.
|
2009-09-15 14:31:52 -05:00 |
Reece Dunn
|
98cc201eaf
|
jscript/tests: Fixed typos in the output strings.
|
2009-09-09 16:25:23 +02:00 |
Jacek Caban
|
1e7b90463e
|
jscript: Added 'in' expression implementation.
|
2009-09-08 13:06:32 +02:00 |
Jacek Caban
|
dda957d87c
|
jscript: Fixed typeof implementation for null VT_DISPATCH.
|
2009-09-08 13:06:24 +02:00 |
Jacek Caban
|
662efe835b
|
jscript: Create arguments object as a seaprated class inheriting from Object.
|
2009-08-29 16:48:53 +02:00 |
Jacek Caban
|
2a457fb701
|
jscript: Added 'instanceof' keyword implementation.
|
2009-08-29 16:48:53 +02:00 |
Jacek Caban
|
4b8adbef86
|
jscript: Create undeclared values to script_disp instead of var_disp.
|
2009-08-27 11:48:13 +02:00 |
Jacek Caban
|
9c18f6ef5d
|
jscript: Return "undefined" type for invalid references.
|
2009-08-27 11:48:10 +02:00 |
Jacek Caban
|
2c255287cd
|
jscript: Don't require semicolon after function declaration.
|
2009-08-27 11:47:22 +02:00 |
Jacek Caban
|
05b104c6a3
|
jscript: Fixed parsing regexps starting with '='.
|
2009-08-27 11:47:16 +02:00 |
Piotr Caban
|
7701acc269
|
jscript: Fixed keywords handling.
|
2009-08-24 15:17:32 +02:00 |
Piotr Caban
|
9d23f8a771
|
jscript: Make compare2_values working with NULL BSTR's.
|
2009-08-06 12:02:09 +02:00 |
Piotr Caban
|
b6b520e0ed
|
jscript: Added call_expression_eval implementation for EXPRVAL_VARIANT values.
|
2009-07-14 10:46:32 +02:00 |
Piotr Caban
|
42f9608269
|
jscript: Inherit Function_valueOf from Object.
|
2009-07-13 12:21:29 +02:00 |
Piotr Caban
|
b9be3bd766
|
jscript: Changed to_primitive implementation.
|
2009-07-09 17:47:40 +02:00 |
Piotr Caban
|
60748ebf51
|
jscript: Fix do while loop parsing.
|
2009-07-06 14:35:28 +02:00 |
Piotr Caban
|
931554dd4a
|
jscript: Fix parse_double_literal implementation.
|
2009-06-04 12:12:46 +02:00 |
Piotr Caban
|
063df731ac
|
jscript: Fix integer/double parsing.
|
2009-05-27 11:53:44 +02:00 |
Jacek Caban
|
30de39b2a7
|
jscript: Treat function expressions with identifier as function declarations.
|
2008-10-21 11:43:01 +02:00 |
Jacek Caban
|
9d5139f4d9
|
jscript: Added NaN comparation tests.
|
2008-10-17 11:46:01 +02:00 |
Jacek Caban
|
531f8336a8
|
jscript: Added infinity and nan handling to str_to_number.
|
2008-10-17 11:45:48 +02:00 |
Jacek Caban
|
4f6f8ef2d8
|
jscript: Added NaN handling to relational operators.
|
2008-10-17 11:45:43 +02:00 |
Jacek Caban
|
9a7265becc
|
jscript: Added Infinity value implementation.
|
2008-10-17 11:45:37 +02:00 |
Jacek Caban
|
7b41f77746
|
jscript: Added undefined to number conversion implementation.
|
2008-10-16 11:22:25 +02:00 |
Jacek Caban
|
53ade93cd9
|
jscript: Added NaN value implementation.
|
2008-10-16 11:22:15 +02:00 |
Rob Shearman
|
169f92b5a8
|
jscript: Fix shift/reduce conflict in IfStatement rule.
The famous "dangling else" problem.
|
2008-10-15 16:46:47 +02:00 |
Jacek Caban
|
88c12282e3
|
jscript: Added isNaN implementation.
|
2008-10-15 12:22:22 +02:00 |
Jacek Caban
|
f3e7637139
|
jscript: Added '%=' expression implementation.
|
2008-10-09 12:57:40 +02:00 |
Jacek Caban
|
065581b236
|
jscript: Added '%' expression implementation.
|
2008-10-09 12:57:38 +02:00 |
Jacek Caban
|
4783dd1e54
|
jscript: Fixed list literal length calculation.
|
2008-10-08 12:18:25 +02:00 |
Jacek Caban
|
383de2d79a
|
jscript: Fixed conflict in Block statement that caused problems with empty blocks.
|
2008-10-06 13:04:42 +02:00 |
Jacek Caban
|
47b842bff7
|
jscript: Don't initialize variables without initialiser to undefined in variable_list_eval.
|
2008-10-06 13:04:39 +02:00 |
Jacek Caban
|
9c248189f7
|
jscript: Added delete expression for EXPRVAL_IDREF implementation.
|
2008-10-01 11:39:47 -05:00 |
Jacek Caban
|
84d8cddcae
|
jscript: Added Date constructor object implementation.
|
2008-10-01 11:39:37 -05:00 |
Jacek Caban
|
50a84b4545
|
jscript: Allocate variables when entering execution context.
|
2008-10-01 11:39:18 -05:00 |