Jacek Caban
|
6f5475dd26
|
jscript: Store exception value in script_ctx_t instead of passing it everywhere.
|
2012-09-19 13:04:16 +02:00 |
Jacek Caban
|
acfd2b98c3
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
Jacek Caban
|
0bab034fac
|
jscript: Always use jsval-based to_number implementation.
|
2012-09-17 18:28:52 +02:00 |
Jacek Caban
|
c1eb4326a0
|
jscript: Always use jsval-based to_primitive.
|
2012-09-17 18:28:35 +02:00 |
Jacek Caban
|
847aebdc87
|
jscript: Use jsval instead of VARIANT to pass arguments to builtin functions.
|
2012-09-17 18:27:36 +02:00 |
Jacek Caban
|
932b3dd088
|
jscript: Added new variable representation and use it for internal function return values.
|
2012-09-17 18:27:17 +02:00 |
Jacek Caban
|
175c4ddad5
|
jscript: Use prototype for builtin Date properties.
|
2012-07-24 13:38:26 +02:00 |
Jacek Caban
|
d492650332
|
jscript: Properly handle constructor property for most builtin constructors.
|
2012-07-16 16:29:31 +02:00 |
Jacek Caban
|
f8383c3417
|
jscript: Don't use DISPPARAMS for internal arguments.
|
2012-06-25 18:12:51 +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 |
Jacek Caban
|
0d287ff0b1
|
jscript: Return double instead of VARIANT from date_utc.
|
2012-03-27 11:43:06 +02:00 |
Jacek Caban
|
451169fb93
|
jscript: Return double instead of VARIANT from to_number.
|
2012-03-27 11:43:01 +02:00 |
Jacek Caban
|
84ed86c431
|
jscript: Get rid of no longer needed caller argument from builtin_invoke_t.
|
2012-03-14 17:34:00 +01:00 |
Jacek Caban
|
7774a0a4c1
|
jscript: Pass HRESULTs instead of IDSs to throw_* functions.
|
2010-12-28 16:35:41 +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 |
Jacek Caban
|
2ae0f44033
|
jscript: Added a helper function for setting VARIANT value to jsdisp_t.
|
2010-09-07 16:01:46 +02:00 |
Jacek Caban
|
8c2a548b54
|
jscript: Rename DispatchEx to jsdisp_t to match jscript naming convention.
|
2010-09-06 17:09:57 +02:00 |
Piotr Caban
|
662a8525f4
|
jscript: Fixed Global functions lengths.
|
2009-10-14 11:23:40 +02:00 |
Piotr Caban
|
adc2a5697b
|
jscript: Added Date.toGMTString implementation.
|
2009-10-08 12:03:53 +02:00 |
Piotr Caban
|
4781e05591
|
jscript: Added some missing functions stubs.
|
2009-10-06 16:13:17 +02:00 |
Jacek Caban
|
f8c2b42de4
|
jscript: Allow 'this' to be host object in builtin functions.
|
2009-09-23 16:25:23 +02:00 |
Jacek Caban
|
da16d42e17
|
jscript: Don't use dispex->ctx in date.c.
|
2009-09-23 16:21:03 +02:00 |
Jacek Caban
|
0b4fa6e426
|
jscript: Avoid calling JS builtin functions directly.
|
2009-09-23 16:19:54 +02:00 |
Jacek Caban
|
5511f7173f
|
jscript: Pass script_ctx_t to builtin functions.
|
2009-09-23 16:19:44 +02:00 |
Jacek Caban
|
f14c5f074a
|
jscript: Get rid of lcid argument in builtin function implementations.
|
2009-09-23 16:19:31 +02:00 |
Jacek Caban
|
d918a1890b
|
jscript: Added Function.toString implementation for builtin functions.
|
2009-09-17 10:07:51 -05:00 |
Piotr Caban
|
67520788c1
|
jscript: Fixed Date's function lengths.
|
2009-08-17 13:57:51 +02:00 |
Piotr Caban
|
b1d0b1c739
|
jscript: Inherit some Date functions from Object.
|
2009-08-14 13:59:10 +02:00 |
Jacek Caban
|
cde2f1a09e
|
jscript: Added missing port.h includes.
|
2009-08-14 11:27:16 +02:00 |
Piotr Caban
|
8dd1d9b92e
|
jscript: Throw TypeErrors when _value functions are used as a function.
|
2009-07-22 14:42:50 +02:00 |
Piotr Caban
|
789afcdc1b
|
jscript: Throw more errors in Date functions.
|
2009-07-21 11:03:51 +02:00 |
Piotr Caban
|
5b21893abf
|
jscript: Throw type errors in Date functions.
|
2009-07-21 10:59:27 +02:00 |
Piotr Caban
|
469b597212
|
jscript: Add error throwing functions.
|
2009-07-21 10:58:52 +02:00 |
Piotr Caban
|
55b8952ba2
|
jscript: Added Date_getYear implementation.
|
2009-07-14 10:46:48 +02:00 |
Piotr Caban
|
b9be3bd766
|
jscript: Changed to_primitive implementation.
|
2009-07-09 17:47:40 +02:00 |
Piotr Caban
|
12760a0c6b
|
jscript: Fix DateConstr_parse implementation.
|
2009-07-07 14:15:06 +02:00 |
Piotr Caban
|
9a30d39b35
|
jscript: Added Date_valueOf implementation.
|
2009-07-06 14:35:28 +02:00 |
Piotr Caban
|
b5a82030ad
|
jscript: Added calling Date as function implementation.
|
2009-07-06 14:35:28 +02:00 |
Piotr Caban
|
8150960f8c
|
jscript: Added string argument handling to Date constructor.
|
2009-07-06 14:35:28 +02:00 |
Piotr Caban
|
45817bf50f
|
jscript: Added DateConstr_parse implementation.
|
2009-07-06 14:35:28 +02:00 |
Piotr Caban
|
c001ffae2c
|
jscript: Fix strings allocation.
|
2009-07-03 13:28:47 +02:00 |
Piotr Caban
|
60ddd438d3
|
jscript: Added DateConstr_UTC implementation.
|
2009-07-03 13:28:27 +02:00 |
Piotr Caban
|
41e297af11
|
jscript: Added stub implementation of Date constructor properties.
|
2009-07-03 13:28:19 +02:00 |
Piotr Caban
|
754513c800
|
jscript: Added Date_toString implementation.
|
2009-06-29 13:30:52 +02:00 |
Piotr Caban
|
9b011bd0f7
|
jscript: Added Date_toLocaleString implementation.
|
2009-06-29 13:30:19 +02:00 |
Piotr Caban
|
5be6deb844
|
jscript: Added Date_toUTCString implementation.
|
2009-06-29 13:30:05 +02:00 |
Piotr Caban
|
fd89475380
|
jscript: Added Date_toDateString implementation.
|
2009-06-29 13:29:35 +02:00 |
Piotr Caban
|
40b88e261a
|
jscript: Added Date_toTimeString implementation.
|
2009-06-29 13:28:56 +02:00 |