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 |
Jacek Caban
|
c137281469
|
jscript: Added to_string(VT_I4) implementation.
|
2008-09-18 12:22:56 +02:00 |
Jacek Caban
|
1bbc34f2f2
|
jscript: Added bool and null to number conversion implementation.
|
2008-09-18 12:22:36 +02:00 |
Jacek Caban
|
ec6411a7fc
|
jscript: Added '|' expression implementation.
|
2008-09-18 12:21:44 +02:00 |
Jacek Caban
|
1a97632a4e
|
jscript: Added to_object(number) implementation.
|
2008-09-16 22:34:31 +02:00 |
Jacek Caban
|
7fa373e364
|
jscript: Added to_object(VT_BOOL) implementation.
|
2008-09-16 22:34:27 +02:00 |
Jacek Caban
|
9a752be1a7
|
jscript: Added string to object conversion implementation.
|
2008-09-16 11:48:03 +02:00 |
Jacek Caban
|
4ac24dc2bf
|
jscript: Reuse temporary heap.
|
2008-09-16 11:29:50 +02:00 |
Jacek Caban
|
93a62e8f70
|
jscript: Added add expression implementation.
|
2008-09-11 12:02:29 +02:00 |