Jacek Caban
|
7fec767864
|
jscript: Fixed argument conversion in disp_call_value when 'this' is specified.
|
2012-09-03 16:13:21 +02:00 |
Michael Stefaniuc
|
37a9183d68
|
jscript: Avoid FALSE:TRUE conditional expressions.
|
2012-08-13 17:29:31 +02:00 |
Jacek Caban
|
142d0f3026
|
jscript/tests: Use proper helpers for iface calls.
|
2012-07-30 17:13:31 +02:00 |
Jacek Caban
|
1104663fe7
|
jscript: Use prototype for builtin String properties.
|
2012-07-24 13:38:41 +02:00 |
Jacek Caban
|
1dfb75d9a3
|
jscript: Use prototype for builtin RegExp properties.
|
2012-07-24 13:38:37 +02:00 |
Jacek Caban
|
3b80361a70
|
jscript: Use prototype for builtin Number properties.
|
2012-07-24 13:38:31 +02:00 |
Jacek Caban
|
175c4ddad5
|
jscript: Use prototype for builtin Date properties.
|
2012-07-24 13:38:26 +02:00 |
Jacek Caban
|
5058c1d12d
|
jscript: Use prototype for builtin Boolean properties.
|
2012-07-24 13:38:20 +02:00 |
Jacek Caban
|
6e4f74f71b
|
jscript: Use prototype for builtin Array properties.
|
2012-07-24 13:38:09 +02:00 |
Jacek Caban
|
de6e95213a
|
jscript: Added more tests.
|
2012-07-23 19:53:49 +02:00 |
Jacek Caban
|
10179c210e
|
jscript: Properly handle builtin properties in Object.prototype.hasOwnProperty implementation.
|
2012-07-23 19:53:48 +02:00 |
Jacek Caban
|
15a83f0ff5
|
jscript: Don't expose properties that belong to function prototype from function instance.
|
2012-07-23 19:53:48 +02:00 |
Jacek Caban
|
a2c2103cd3
|
jscript: Don't expose properties belonging to Object prototype from Object instance.
|
2012-07-23 19:53:46 +02:00 |
Jacek Caban
|
d0aa78c096
|
jscript: Don't set constructor property to each object instance, it belongs to their prototypes.
|
2012-07-16 16:29:57 +02:00 |
Jacek Caban
|
49fd903205
|
jscript: Expose RegExpError constructor in global object.
|
2012-07-16 16:29:51 +02:00 |
Jacek Caban
|
27747d3a75
|
jscript: Properly set Error object's constructor property.
|
2012-07-16 16:29:45 +02:00 |
Jacek Caban
|
bf7b7272ee
|
jscript: Properly set Function constructor's constructor property.
|
2012-07-16 16:29:38 +02:00 |
Jacek Caban
|
d492650332
|
jscript: Properly handle constructor property for most builtin constructors.
|
2012-07-16 16:29:31 +02:00 |
Jacek Caban
|
cf8029717c
|
jscript: Properly set Number.prototyp.constructor.
|
2012-07-16 16:29:21 +02:00 |
Jacek Caban
|
8613d5e9cc
|
jscript: Prefer builtin version.
|
2012-07-13 14:10:30 -05:00 |
Francois Gouget
|
b7f74922a4
|
jscript: Make int_to_bstr() static.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
7dcd1d06ef
|
jscript: Added more apply and call tests.
|
2012-06-25 18:12:52 +02:00 |
Jacek Caban
|
14138e6f09
|
jscript: Removed no longer needed arg_cnt and get_arg helpers.
|
2012-06-25 18:12:52 +02:00 |
Jacek Caban
|
f8383c3417
|
jscript: Don't use DISPPARAMS for internal arguments.
|
2012-06-25 18:12:51 +02:00 |
Jacek Caban
|
0307d73569
|
jscript: Don't use DISPPARAMS named args for internal parameter passing.
|
2012-06-25 18:12:51 +02:00 |
Jacek Caban
|
00b5ba5355
|
jscript: Moved DISPPARAMS conversion to InvokeEx.
|
2012-06-21 18:04:56 +02:00 |
Jacek Caban
|
1dd4cbc491
|
jscript: Pass jsthis internally without using DISPPARAMS.
|
2012-06-21 18:04:52 +02:00 |
Jacek Caban
|
17ff7829d3
|
jscript: Make Function object invocation a special case in IDispatchEx implementation.
|
2012-06-21 18:04:39 +02:00 |
Jacek Caban
|
4a335142f9
|
jscript: Use INFINITY macro instead of num_set_inf().
|
2012-06-21 18:04:32 +02:00 |
Jacek Caban
|
c7c8cd780a
|
jscript: Use INFINITY macro instead of ret_inf() hack.
|
2012-06-20 19:21:08 +02:00 |
Jacek Caban
|
1532037bcd
|
jscript: Use num_set_int where possible.
|
2012-06-20 19:21:05 +02:00 |
Jacek Caban
|
7118e6fbbb
|
jscript: Use num_set_int in array.c.
|
2012-06-20 19:21:01 +02:00 |
Jacek Caban
|
4cfab07748
|
jscript: Always store numeric literals as double.
|
2012-06-20 19:20:57 +02:00 |
André Hentschel
|
2f7453f81f
|
jscript/tests: Fix some typos.
|
2012-06-18 10:57:25 +02:00 |
Jacek Caban
|
de5495ba86
|
jscript: Added missing port.h include to lex.c.
|
2012-05-30 11:28:21 +02:00 |
Jacek Caban
|
db737291fc
|
jscript: Get rid of num_set_nan hack.
|
2012-05-29 18:20:14 +02:00 |
Jacek Caban
|
d0a719a79d
|
jscript: Get rid of ret_nan hack.
|
2012-05-29 18:20:13 +02:00 |
Michael Stefaniuc
|
8f4512f763
|
jscript/tests: Check the correct return value.
|
2012-05-21 11:34:38 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Francois Gouget
|
22fe702f7a
|
jscript/tests: Fix the spelling of the testEmbeddedFunctions() function name.
|
2012-05-14 12:06:15 +02:00 |
Jacek Caban
|
35e663425d
|
jscript: Store double op arg directly instead of by pointer.
|
2012-05-14 12:04:23 +02:00 |
Jacek Caban
|
1acb30a522
|
jscript: Added get_op_str and get_op_double helpers.
|
2012-05-14 12:04:23 +02:00 |
Jacek Caban
|
e273636d4d
|
jscript: Make flags parameter of OP_regexp unsigned.
|
2012-05-14 12:04:22 +02:00 |
Jacek Caban
|
0d5defafd4
|
jscipt: Make arg_cnt parameter of OP_new unsigned.
|
2012-05-14 12:04:22 +02:00 |
Jacek Caban
|
efe744a8ba
|
jscript: Added get_op_int helper.
|
2012-05-14 12:04:21 +02:00 |
Jacek Caban
|
bad9afb3a0
|
jscript: Added get_op_uint helper.
|
2012-05-14 12:04:21 +02:00 |
Jacek Caban
|
9a496ce10b
|
jscript: Added get_op_bstr helper.
|
2012-05-14 12:04:20 +02:00 |
Jacek Caban
|
c8a28a9671
|
jscript: Added support for VT_INT.
|
2012-05-04 18:08:33 +02:00 |
Jacek Caban
|
c61af66c5b
|
jscript: Skip failing tests on old jscript versions.
|
2012-05-04 18:08:32 +02:00 |
Jacek Caban
|
56bf46fda0
|
jscript: Return double from to_integer.
|
2012-05-03 20:44:11 +02:00 |