Jacek Caban
|
f46f926134
|
jscript: Addd jsdisp_addref helper function.
|
2010-09-07 16:01:57 +02: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 |
Jacek Caban
|
f824a1656d
|
jscript: Use generic properties for NaN and Infinity implementation.
|
2010-08-02 14:09:08 +02:00 |
Gerald Pfeifer
|
3d310f03c3
|
jscript: Remove variable length which is not really used from JSGlobal_parseFloat.
|
2010-05-03 16:47:39 +02:00 |
Jacek Caban
|
a0467ef11c
|
jscript: Make undefined a property of global object.
|
2009-12-21 15:01:25 +01:00 |
Andrew Eikum
|
d4b670ad6a
|
jscript: Implement decodeURIComponent.
|
2009-11-17 15:14:56 +01:00 |
Piotr Caban
|
7d5c16b64e
|
jscript: Throw URIError in encodeURI function.
|
2009-11-09 19:42:40 +01:00 |
Jacek Caban
|
56b04194fc
|
jscript: Don't return function value it's unless explicitly returned.
|
2009-11-05 11:57:30 +01:00 |
Piotr Caban
|
daf4da0646
|
jscript: Added Global.encodeURIComponent implementation.
|
2009-10-14 11:24:01 +02:00 |
Piotr Caban
|
662a8525f4
|
jscript: Fixed Global functions lengths.
|
2009-10-14 11:23:40 +02:00 |
Piotr Caban
|
38dbc74a0a
|
jscript: Fix implementation of Global.escape.
|
2009-10-08 12:05:40 +02:00 |
Piotr Caban
|
4781e05591
|
jscript: Added some missing functions stubs.
|
2009-10-06 16:13:17 +02:00 |
Piotr Caban
|
de0a875146
|
jscript: Added Global.escape() implementation.
|
2009-10-06 16:13:17 +02:00 |
Jacek Caban
|
2ea23923a7
|
jscript: Added ActiveXObject constructor stub implementation.
|
2009-09-29 13:34:53 +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
|
5dcd182e8f
|
jscript: Avoid using dispex->ctx.
|
2009-09-23 16:25:13 +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
|
fadfab5ff6
|
jscript: Use script LCID in *disp_propput* functions.
|
2009-09-23 16:19:11 +02:00 |
Jacek Caban
|
1f565ac095
|
jscript: Use script global LCID in *disp_call* functions.
|
2009-09-23 16:18:54 +02:00 |
Piotr Caban
|
51d40d823a
|
jscript: Added JSGlobal_unescape implementation.
|
2009-09-02 14:40:40 +02:00 |
Piotr Caban
|
28734e3756
|
jscript: Inherit some Error functions from Object.
|
2009-08-14 13:59:10 +02:00 |
Piotr Caban
|
4791cdb11f
|
jscript: Inherit some Array functions from Object.
|
2009-08-14 13:59:10 +02:00 |
Piotr Caban
|
da6398dccd
|
jscript: Inherit some Boolean function from Object.
|
2009-08-14 13:59:10 +02:00 |
Piotr Caban
|
b1d0b1c739
|
jscript: Inherit some Date functions from Object.
|
2009-08-14 13:59:10 +02:00 |
Piotr Caban
|
9f0969fbcb
|
jscript: Inherit some Number functions from Object.
|
2009-08-12 17:04:38 +02:00 |
Piotr Caban
|
5d41205654
|
jscript: Inherit some RegExp functions from Object.
|
2009-08-12 17:04:38 +02:00 |
Piotr Caban
|
79f45c5374
|
jscript: Inherit some String functions from Object.
|
2009-08-12 17:04:37 +02:00 |
Piotr Caban
|
3edf1ba22f
|
jscript: Added JSGlobal_parseFloat implementation.
|
2009-08-06 12:02:34 +02:00 |
Piotr Caban
|
98223b96e7
|
jscript: Throw SyntaxError in eval function.
|
2009-07-24 11:44:53 +02:00 |
Piotr Caban
|
f33f5c9286
|
jscript: Add Error object stub.
|
2009-07-21 10:57:19 +02:00 |
Piotr Caban
|
42f9608269
|
jscript: Inherit Function_valueOf from Object.
|
2009-07-13 12:21:29 +02:00 |
Piotr Caban
|
7fcded1fc3
|
jscript: Inherit Array valueOf from Object.
|
2009-07-07 14:15:20 +02:00 |
Piotr Caban
|
eb203a149b
|
jscript: Remove NaN related FIXMEs.
|
2009-06-04 12:12:56 +02:00 |
Piotr Caban
|
84ef7eced2
|
jscript: Added html comments handling.
|
2009-04-10 11:33:35 +02:00 |
Alexandre Julliard
|
0a81b7887f
|
jscript: Rename the GetObjectW variable to avoid conflict with the function of the same name.
|
2009-02-09 13:03:59 +01:00 |
Jacek Caban
|
9a7265becc
|
jscript: Added Infinity value implementation.
|
2008-10-17 11:45:37 +02:00 |
Jacek Caban
|
b3f23da2d6
|
jscript: Added isFinite implementation.
|
2008-10-16 11:22:28 +02:00 |
Jacek Caban
|
53ade93cd9
|
jscript: Added NaN value implementation.
|
2008-10-16 11:22:15 +02:00 |
Jacek Caban
|
88c12282e3
|
jscript: Added isNaN implementation.
|
2008-10-15 12:22:22 +02:00 |
Jacek Caban
|
67af45be7d
|
jscript: Added encodeURI implementation.
|
2008-10-08 12:18:40 +02:00 |
Jacek Caban
|
84d8cddcae
|
jscript: Added Date constructor object implementation.
|
2008-10-01 11:39:37 -05:00 |
Jacek Caban
|
98f2dfee9c
|
jscript: Added RegExp contruction implementation.
|
2008-09-24 12:52:56 +02:00 |
Jacek Caban
|
f8537b6eb9
|
jscript: Added parseInt implementation.
|
2008-09-22 11:55:15 +02:00 |
Jacek Caban
|
5e07e0cf53
|
jscript: Added function constructor object.
|
2008-09-19 12:08:50 +02:00 |
Jacek Caban
|
44849c3fc9
|
jscript: Added eval implementation.
|
2008-09-18 12:22:43 +02:00 |
Jacek Caban
|
083c95449e
|
jscript: Added Math object stub implementation.
|
2008-09-10 10:57:19 +02:00 |
Jacek Caban
|
e2f743fad8
|
jscript: Added RegExp constructor object implementation.
|
2008-09-10 10:57:09 +02:00 |
Jacek Caban
|
7a3d60e913
|
jscript: Added Number constructor object implementation.
|
2008-09-10 10:57:00 +02:00 |