Francois Gouget
|
b7f74922a4
|
jscript: Make int_to_bstr() static.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
f8383c3417
|
jscript: Don't use DISPPARAMS for internal arguments.
|
2012-06-25 18:12:51 +02:00 |
Jacek Caban
|
c7c8cd780a
|
jscript: Use INFINITY macro instead of ret_inf() hack.
|
2012-06-20 19:21:08 +02:00 |
Jacek Caban
|
d0a719a79d
|
jscript: Get rid of ret_nan hack.
|
2012-05-29 18:20:13 +02:00 |
Jacek Caban
|
c8a28a9671
|
jscript: Added support for VT_INT.
|
2012-05-04 18:08:33 +02:00 |
Jacek Caban
|
56bf46fda0
|
jscript: Return double from to_integer.
|
2012-05-03 20:44:11 +02:00 |
Jacek Caban
|
13db9a1662
|
jscript: Added VT_I2 tests.
|
2012-05-01 15:28:24 +02:00 |
Frédéric Delanoy
|
69f3d23045
|
jscript: Assorted spelling fixes.
|
2012-04-18 13:59:44 +02:00 |
Jacek Caban
|
b3bafb60a2
|
jscript: Fixed jsheap_grow implementation.
|
2012-04-02 12:34:45 +02:00 |
Jacek Caban
|
8f36daa422
|
jscript: Properly handle NULL bstr in str_to_number.
|
2012-03-28 17:28:34 +02:00 |
Jacek Caban
|
7bb41e75b6
|
jscript: Store value as double in NumberInstance object.
|
2012-03-27 11:43:17 +02:00 |
Jacek Caban
|
451169fb93
|
jscript: Return double instead of VARIANT from to_number.
|
2012-03-27 11:43:01 +02:00 |
Jacek Caban
|
c6360c3e6e
|
jscript: Added QueryService(SID_VariantConversion) implementation.
|
2012-03-12 16:37:18 +01:00 |
Jacek Caban
|
bac7c1ef36
|
jscript: Added ChangeType implementation.
|
2012-03-12 16:37:17 +01:00 |
Jacek Caban
|
f560e98346
|
jscript: Removed no longer needed disp_propget caller argument.
|
2012-03-09 11:31:24 +01:00 |
Jacek Caban
|
e0ae18260e
|
jscript: Removed no longer needed caller argument of disp_call function.
|
2012-03-09 11:31:19 +01:00 |
Jacek Caban
|
dfb59c6049
|
jscript: Pass proper caller argument to InvokeEx.
|
2012-03-09 11:31:15 +01:00 |
Michael Stefaniuc
|
158c8b76cb
|
jscript: Remove break after return (Smatch).
|
2012-01-03 12:37:57 +01:00 |
Jacek Caban
|
5e6faaea12
|
jscript: Use bytecode for object literal implementation.
|
2011-12-16 16:38:28 +01:00 |
Detlef Riekenberg
|
738120efa2
|
jscript: Support also VT_UI4 in debugstr_variant.
|
2011-06-27 16:41:46 -05:00 |
Jacek Caban
|
7774a0a4c1
|
jscript: Pass HRESULTs instead of IDSs to throw_* functions.
|
2010-12-28 16:35:41 +01:00 |
Piotr Caban
|
5a787b3a7f
|
jscript: Added VBArray handling to to_object().
|
2010-10-18 19:47:50 +02:00 |
Jacek Caban
|
ac8d2f1fae
|
jscript: jsdisp_t to IDispatch casts clean up.
|
2010-09-07 16:01:52 +02:00 |
Jacek Caban
|
8c2a548b54
|
jscript: Rename DispatchEx to jsdisp_t to match jscript naming convention.
|
2010-09-06 17:09:57 +02: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
|
a8c7e97d0a
|
jscript: Fixed to_object for NULL IDispatch.
|
2009-09-24 13:30:28 +02:00 |
Jacek Caban
|
8b338786aa
|
jscript: Use script LCID in *disp_propget* functions.
|
2009-09-23 16:19:01 +02:00 |
Jacek Caban
|
1f565ac095
|
jscript: Use script global LCID in *disp_call* functions.
|
2009-09-23 16:18:54 +02:00 |
Jacek Caban
|
a94c25f3ae
|
jscript: Fixed debugstr_variant for NULL argument.
|
2009-09-17 10:08:01 -05:00 |
Jacek Caban
|
e7f2754c32
|
jscript: Fixed to_primitive for null dispatch.
|
2009-09-15 14:31:59 -05:00 |
Jacek Caban
|
00644c5449
|
jscript: Added to_primitive on hosting objects test.
|
2009-09-02 14:39:45 +02:00 |
Jacek Caban
|
b71aaadbd2
|
jscript: Get script_ctx_t as to_object arguments.
|
2009-08-29 16:48:53 +02:00 |
Piotr Caban
|
412e0af26f
|
jscript: Throw error in to_primitive function.
|
2009-07-22 14:42:50 +02:00 |
Piotr Caban
|
15b07c2a36
|
jscript: Improve to_string implementation.
|
2009-07-15 13:53:27 +02:00 |
Piotr Caban
|
b9be3bd766
|
jscript: Changed to_primitive implementation.
|
2009-07-09 17:47:40 +02:00 |
Piotr Caban
|
b6549fa743
|
jscript: Fixed to_boolean implementation.
|
2009-07-06 14:35:28 +02:00 |
Jacek Caban
|
7399dfa9f6
|
jscript: Mark free memory if heap warnings are turned on.
|
2009-02-25 12:37:05 +01:00 |
Jacek Caban
|
ed78892e46
|
jscript: Reset mark in jsheap_clear.
|
2009-02-25 12:37:05 +01:00 |
Jacek Caban
|
18ee50e5d2
|
jscript: Fixed handling block_cnt in jsheap_alloc.
|
2009-02-25 12:37:05 +01:00 |
Jacek Caban
|
531f8336a8
|
jscript: Added infinity and nan handling to str_to_number.
|
2008-10-17 11:45:48 +02:00 |
Jacek Caban
|
7b41f77746
|
jscript: Added undefined to number conversion implementation.
|
2008-10-16 11:22:25 +02:00 |
Marcus Meissner
|
4730205ffb
|
jscript: Fix number conversion in non-English locales.
|
2008-09-29 17:23:01 -05:00 |
Jacek Caban
|
136f7933c6
|
jscript: Added object to number conversion implementation.
|
2008-09-25 11:16:02 +02:00 |
Jacek Caban
|
53040deefd
|
jscript: Added VT_R8 to string conversion implementation.
|
2008-09-25 11:15:17 +02:00 |
Jacek Caban
|
dff4f0b598
|
jscript: Fixed typo in to_integer.
|
2008-09-22 11:54:46 +02:00 |
Jacek Caban
|
91b798ddf8
|
jscript: Added string to number conversion implementation.
|
2008-09-22 11:53:22 +02:00 |
Jacek Caban
|
4778c06903
|
jscript: Added more to_string implementation.
|
2008-09-19 12:08:45 +02:00 |
Jacek Caban
|
ef78010df4
|
jscript: Added '<<' expression implementation.
|
2008-09-19 12:08:14 +02:00 |
Jacek Caban
|
4731f17435
|
jscript: Added String.charAt implementation.
|
2008-09-19 12:07:53 +02:00 |